diff options
author | Andreas Jaeger <aj@suse.de> | 2012-10-20 12:54:49 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-10-20 12:54:49 +0200 |
commit | 335e6931e2b77627f4bc2eb007c5e15e8dbdeb98 (patch) | |
tree | f793d3ca722d0a0477f5a54adbfdc4ceba22d0d9 /ChangeLog | |
parent | ac5c94d31d3259a32bfcc3be0ba198c72ff906db (diff) | |
download | glibc-335e6931e2b77627f4bc2eb007c5e15e8dbdeb98.tar glibc-335e6931e2b77627f4bc2eb007c5e15e8dbdeb98.tar.gz glibc-335e6931e2b77627f4bc2eb007c5e15e8dbdeb98.tar.bz2 glibc-335e6931e2b77627f4bc2eb007c5e15e8dbdeb98.zip |
Reorganization of bits/fcntl.h for Linux
Create a new bits/fcntl-linux.h that contains Linux generic code and a
include it from the architecture specific bits/fcntl.h.
Architectures done: x86, SPARC, s390
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2012-10-20 Andreas Jaeger <aj@suse.de> + + * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains + generic values for Linux. + * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions + and declarations that are provided by <bits/fcntl-linux.h> and + include <bits/fcntl-linux.h>. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. + 2012-10-20 Roland McGrath <roland@hack.frob.com> * io/fcntl.h: Move include of <bits/types.h> to the top and |