From a0dd1ebaf7613657a39ca22882ac6eaafa4a932e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 15:42:20 -0500 Subject: merge XOPEN identifiers --- src/unistd/_SC_PAGESIZE.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/unistd/_SC_PAGESIZE.c (limited to 'src/unistd/_SC_PAGESIZE.c') diff --git a/src/unistd/_SC_PAGESIZE.c b/src/unistd/_SC_PAGESIZE.c new file mode 100644 index 00000000..3da891cd --- /dev/null +++ b/src/unistd/_SC_PAGESIZE.c @@ -0,0 +1,6 @@ +#include +#define _SC_PAGESIZE /* TODO */ +/* +XOPEN(400) +POSIX(200112) +*/ -- cgit v1.2.1