svn commit: r189354 - head/sys/sys

David Schultz das at FreeBSD.org
Tue Mar 3 19:33:39 PST 2009


Author: das
Date: Wed Mar  4 03:33:38 2009
New Revision: 189354
URL: http://svn.freebsd.org/changeset/base/189354

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

Modified:
  head/sys/sys/stat.h

Modified: head/sys/sys/stat.h
==============================================================================
--- head/sys/sys/stat.h	Wed Mar  4 03:33:21 2009	(r189353)
+++ head/sys/sys/stat.h	Wed Mar  4 03:33:38 2009	(r189354)
@@ -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);


More information about the svn-src-head mailing list