o_path.c (183B)
- #define _GNU_SOURCE // glibc
- #define _DEFAULT_SOURCE
- #include <fcntl.h>
- #ifndef O_PATH
- #error Macro O_PATH undefined
- #endif
- int
- main(void)
- {
- int flag = O_PATH;
- return flag > 0;
- }
git clone https://anongit.hacktivis.me/git/utils-std.git/
o_path.c (183B)
- #define _GNU_SOURCE // glibc
- #define _DEFAULT_SOURCE
- #include <fcntl.h>
- #ifndef O_PATH
- #error Macro O_PATH undefined
- #endif
- int
- main(void)
- {
- int flag = O_PATH;
- return flag > 0;
- }