about summary refs log tree commit diff
path: root/bits/confname.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-14 06:28:45 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-14 06:28:45 +0000
commit564cd8b67ec487fe090c8ead2fb93be91959985d (patch)
treea45ad932a67e2684648c3065026c66166006827e /bits/confname.h
parent59b28a2e4b51c293025c157c62bfc27b633aee19 (diff)
downloadglibc-564cd8b67ec487fe090c8ead2fb93be91959985d.tar.gz
glibc-564cd8b67ec487fe090c8ead2fb93be91959985d.tar.xz
glibc-564cd8b67ec487fe090c8ead2fb93be91959985d.zip
Update.
2003-03-13  Ulrich Drepper  <drepper@redhat.com>

	* 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.
Diffstat (limited to 'bits/confname.h')
-rw-r--r--bits/confname.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bits/confname.h b/bits/confname.h
index 8fecb8a40f..a12edab698 100644
--- a/bits/confname.h
+++ b/bits/confname.h
@@ -62,8 +62,10 @@ enum
 #define _PC_REC_XFER_ALIGN		_PC_REC_XFER_ALIGN
     _PC_ALLOC_SIZE_MIN,
 #define _PC_ALLOC_SIZE_MIN		_PC_ALLOC_SIZE_MIN
-    _PC_SYMLINK_MAX
+    _PC_SYMLINK_MAX,
 #define _PC_SYMLINK_MAX			_PC_SYMLINK_MAX
+    _PC_2_SYMLINKS
+#define _PC_2_SYMLINKS			_PC_2_SYMLINKS
   };
 
 /* Values for the argument to `sysconf'.  */