diff options
Diffstat (limited to 'posix/getconf.c')
-rw-r--r-- | posix/getconf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/posix/getconf.c b/posix/getconf.c index e687225434..afe36018ce 100644 --- a/posix/getconf.c +++ b/posix/getconf.c @@ -865,6 +865,9 @@ static const struct conf vars[] = #ifdef _CS_GNU_LIBPTHREAD_VERSION { "GNU_LIBPTHREAD_VERSION", _CS_GNU_LIBPTHREAD_VERSION, CONFSTR }, #endif +#ifdef _PC_2_SYMLINKS + { "POSIX2_SYMLINKS", _PC_2_SYMLINKS, PATHCONF }, +#endif { NULL, 0, SYSCONF } }; |