diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 01:57:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 01:57:18 +0000 |
commit | 443db178899d14a9c54248d95675fee44d718e05 (patch) | |
tree | 3079bf3054ad74cf0a6fb56ae384bca8da552819 /ChangeLog | |
parent | 78c2bf0eb433515af766d5bbb77901b7c8f9a8cc (diff) | |
download | glibc-443db178899d14a9c54248d95675fee44d718e05.tar glibc-443db178899d14a9c54248d95675fee44d718e05.tar.gz glibc-443db178899d14a9c54248d95675fee44d718e05.tar.bz2 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-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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. |