From 564cd8b67ec487fe090c8ead2fb93be91959985d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Mar 2003 06:28:45 +0000 Subject: Update. 2003-03-13 Ulrich Drepper * posix/getconf.c: Recognize POSIX2_SYMLINKS. * sysdeps/generic/bits/confname.h: Define _PC_2_SYMLINKS. * sysdeps/posix/fpathconf.c: Handle _PC_2_SYMLINKS. * sysdeps/posix/pathconf.c: Likewise. * sysdeps/unix/sysv/linux/fpathconf.c: Likewise. * sysdeps/unix/sysv/linux/pathconf.c: Likewise. * sysdeps/unix/sysv/linux/pathconf.h: Define statfs_symlinks. * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define some more magic words. --- posix/getconf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'posix') 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 } }; -- cgit 1.4.1