diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-14 10:20:25 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-14 10:20:25 -0800 |
commit | 0079dd2382eba185d22410a1d3088dc7146bc00a (patch) | |
tree | af3c1fa38888dbab45fcde303c4a275f5439b107 /ChangeLog | |
parent | 8964681064db9f13ee4ec7f46c53f04d66a04b99 (diff) | |
download | glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.tar glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.tar.gz glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.tar.bz2 glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.zip |
Add support for new Linux error ERFKILL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2009-11-14 Ulrich Drepper <drepper@redhat.com> + [BZ #10939] + * Versions.def: Define GLIBC_2.12 for libc. + * manual/errno.texi: Add ERFKILL entry. + * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries + for 2.12. + * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done. + * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and F_GETOWN_EX definitions according to corrected kernel definitions. * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise. |