aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-02-03 06:55:30 -0800
committerUlrich Drepper <drepper@redhat.com>2010-02-03 06:55:30 -0800
commit1712734592ce76335572ed0b90db96652ed0f6f7 (patch)
tree0651006f288ce9a1de5abc6f2dbd6156caa3b0d0 /ChangeLog
parentcaa6e77293d85e31dfde371b78862e9330a1478e (diff)
downloadglibc-1712734592ce76335572ed0b90db96652ed0f6f7.zip
glibc-1712734592ce76335572ed0b90db96652ed0f6f7.tar.gz
glibc-1712734592ce76335572ed0b90db96652ed0f6f7.tar.bz2
Update constants for current kernels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f895a8c..a700332 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2010-02-03 Ulrich Drepper <drepper@redhat.com>
+ [BZ #11235]
+ * sysdeps/unix/sysv/linux/sys/mount.h: Remove S_WRITE, S_APPEND,
+ S_IMMUTABLE. Add MS_DIRSYNC, MS_MOVE, MS_SILENT, MS_REC,
+ MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED,
+ MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION, MS_STRICTATIME,
+ MS_ACTIVE, and MS_NOUSER.
+ (MS_RMT_MASK): Update according to current kernels.
+
[BZ #11242]
* misc/getusershell.c (initshells): Allocate one more byte in input
buffer so that fgets doesn't loop undefinitely.