diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-20 11:59:27 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-20 11:59:27 -0500 |
| commit | 49836ed4fa13e431fdbb52e418499853df8693c6 (patch) | |
| tree | c75247d66f8b3c783915ab30042d9e2ac9b74174 /src/unistd/_SC_PAGESIZE.c | |
| parent | f55fd6e50f9e36b42b0144067bb9130efd9a7871 (diff) | |
add correct POSIX version
Diffstat (limited to 'src/unistd/_SC_PAGESIZE.c')
| -rw-r--r-- | src/unistd/_SC_PAGESIZE.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/_SC_PAGESIZE.c b/src/unistd/_SC_PAGESIZE.c index 3da891cd..82b515af 100644 --- a/src/unistd/_SC_PAGESIZE.c +++ b/src/unistd/_SC_PAGESIZE.c @@ -2,5 +2,5 @@ #define _SC_PAGESIZE /* TODO */ /* XOPEN(400) -POSIX(200112) +POSIX(199309) */ |
