Add *at to the POSIX.1-2008 namespace.
This commit is contained in:
parent
40cb57e44e
commit
fe42f3a89f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user