about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-03-08 01:57:18 +0000
committerUlrich Drepper <drepper@redhat.com>2008-03-08 01:57:18 +0000
commit443db178899d14a9c54248d95675fee44d718e05 (patch)
tree3079bf3054ad74cf0a6fb56ae384bca8da552819 /ChangeLog
parent78c2bf0eb433515af766d5bbb77901b7c8f9a8cc (diff)
downloadglibc-443db178899d14a9c54248d95675fee44d718e05.tar.gz
glibc-443db178899d14a9c54248d95675fee44d718e05.tar.xz
glibc-443db178899d14a9c54248d95675fee44d718e05.zip
[BZ #5778]
	* sysdeps/unix/sysv/linux/pathconf.h: Declare
	__statfs_chown_restricted.
	* sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
	for _PC_CHOWN_RESTRICTED.
	* sysdeps/unix/sysv/linux/pathconf.c: Likewise.
	Implement __statfs_chown_restricted.
	* sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
	_POSIX_CHOWN_RESTRICTED value to zero.

2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a42047198..9d9cf3b54f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,18 @@
 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #5778]
+	* sysdeps/unix/sysv/linux/pathconf.h: Declare
+	__statfs_chown_restricted.
+	* sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
+	for _PC_CHOWN_RESTRICTED.
+	* sysdeps/unix/sysv/linux/pathconf.c: Likewise.
+	Implement __statfs_chown_restricted.
+	* sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
+	_POSIX_CHOWN_RESTRICTED value to zero.
+
 	* sysdeps/x86_64/rtld-memset.c: New file.
 
-2008-2-26  Harsha Jagasia  <harsha.jagasia@amd.com>
+2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
 
 	* sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.