| 292 | #ifndef AT_FDCWD |
| 293 | # define AT_FDCWD (-1) /* any negative value will do */ |
| 294 | static int openat(int dd, char const *path, int oflag) { unreachable (); } |
| 295 | static int fstatat(int dd, char const *path, struct stat *st, int flags) |
| 296 | { unreachable(); } |
| 297 | #endif |