We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48076cb commit fbc7e2cCopy full SHA for fbc7e2c
CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
@@ -69,6 +69,7 @@
69
#include <features.h>
70
#include <termios.h>
71
72
+#ifdef __GLIBC_PREREQ
73
#if __GLIBC_PREREQ(2, 28) == 0
74
// required for statx() system call, glibc >=2.28 wraps the kernel function
75
#include <sys/syscall.h>
@@ -78,7 +79,7 @@
78
79
#include <linux/fs.h>
80
#define AT_STATX_SYNC_AS_STAT 0x0000 /* - Do whatever stat() does */
81
#endif //__GLIBC_PREREQ(2. 28)
-
82
+#endif // defined(__GLIBC_PREREQ)
83
#ifndef __NR_statx
84
#include <sys/stat.h>
85
#endif // not __NR_statx
0 commit comments