From 6f592a7812de3190f567174bbb4baa40790831dd Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 11 Apr 2018 23:22:33 -0500 Subject: sysconf: Add _SC_XOPEN_UUCP We definitely don't /support/ UUCP, so return -1 for it. But this value is required to be present in . --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/unistd.h b/include/unistd.h index 9485da7a..2b88bbb2 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -417,6 +417,7 @@ int eaccess(const char *, int); #define _SC_XOPEN_STREAMS 246 #define _SC_THREAD_ROBUST_PRIO_INHERIT 247 #define _SC_THREAD_ROBUST_PRIO_PROTECT 248 +#define _SC_XOPEN_UUCP 249 #define _CS_PATH 0 #define _CS_POSIX_V6_WIDTH_RESTRICTED_ENVS 1 -- cgit v1.2.3-70-g09d2