[Midnightbsd-cvs] src [12335] trunk/sys/sys/stat.h: sync with FreeBSD 11-stable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 8 15:02:45 EST 2020
Revision: 12335
http://svnweb.midnightbsd.org/src/?rev=12335
Author: laffer1
Date: 2020-02-08 15:02:44 -0500 (Sat, 08 Feb 2020)
Log Message:
-----------
sync with FreeBSD 11-stable
Modified Paths:
--------------
trunk/sys/sys/stat.h
Modified: trunk/sys/sys/stat.h
===================================================================
--- trunk/sys/sys/stat.h 2020-02-08 20:02:25 UTC (rev 12334)
+++ trunk/sys/sys/stat.h 2020-02-08 20:02:44 UTC (rev 12335)
@@ -33,7 +33,7 @@
* SUCH DAMAGE.
*
* @(#)stat.h 8.12 (Berkeley) 6/16/95
- * $FreeBSD: stable/10/sys/sys/stat.h 293474 2016-01-09 14:20:23Z dchagin $
+ * $FreeBSD: stable/11/sys/sys/stat.h 331722 2018-03-29 02:50:57Z eadler $
*/
#ifndef _SYS_STAT_H_
@@ -348,12 +348,12 @@
#endif
int stat(const char * __restrict, struct stat * __restrict);
mode_t umask(mode_t);
-#if __BSD_VISIBLE || __POSIX_VISIBLE >= 200809
+#if __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);
#endif
-#if __BSD_VISIBLE || __XSI_VISIBLE >= 700
+#if __XSI_VISIBLE >= 700
int mknodat(int, const char *, mode_t, dev_t);
#endif
__END_DECLS
More information about the Midnightbsd-cvs
mailing list