Add *at to the POSIX.1-2008 namespace.

This commit is contained in:
das 2009-03-04 03:33:38 +00:00
parent 40cb57e44e
commit fe42f3a89f

View File

@ -330,7 +330,7 @@ int mknod(const char *, mode_t, dev_t);
#endif
int stat(const char * __restrict, struct stat * __restrict);
mode_t umask(mode_t);
#if __BSD_VISIBLE
#if __BSD_VISIBLE || __POSIX_VISIBLE >= 200809
int fstatat(int, const char *, struct stat *, int);
int mkdirat(int, const char *, mode_t);
int mkfifoat(int, const char *, mode_t);