Date: Wed, 4 Mar 2009 03:33:38 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189354 - head/sys/sys Message-ID: <200903040333.n243Xcf3030593@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903040333.n243Xcf3030593>