summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2009-03-04 03:33:38 +0000
committerdas <das@FreeBSD.org>2009-03-04 03:33:38 +0000
commitfe42f3a89faa441ed979eb37f966212898d9654c (patch)
tree30017a3319c9882106dac152d9df97407a187b0f
parent40cb57e44ebefc7049ca738b55723388e0ac4ba9 (diff)
downloadFreeBSD-src-fe42f3a89faa441ed979eb37f966212898d9654c.zip
FreeBSD-src-fe42f3a89faa441ed979eb37f966212898d9654c.tar.gz
Add *at to the POSIX.1-2008 namespace.
-rw-r--r--sys/sys/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
index 4b70d19..b310641 100644
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -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);
OpenPOWER on IntegriCloud