diff options
author | Andreas Jaeger <aj@suse.de> | 2012-10-24 08:57:47 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-10-24 08:57:47 +0200 |
commit | 3a8db22f07e2ab5373d4a366672a7a7b158ada96 (patch) | |
tree | e71db26a65dc9bcd38a9a6ac4cfba03243eed7a0 /ChangeLog | |
parent | 9fddec1a48b8ddf69c7599be9b3a47bf9e5c066c (diff) | |
download | glibc-3a8db22f07e2ab5373d4a366672a7a7b158ada96.tar.gz glibc-3a8db22f07e2ab5373d4a366672a7a7b158ada96.tar.xz glibc-3a8db22f07e2ab5373d4a366672a7a7b158ada96.zip |
Always define off_t, mode_t, pid_t
* io/fcntl.h: Always define mode_t, off_t, pid_t and use these types for creat, creat64, lockf, posix_fadvise, posix_fallocate. [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t. [__USE_LARGEFILE64]: Use off64_t in declaration of lock64, posix_fadvise64, posix_fallocate64.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a87510fc52..f67a38fc5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2012-10-24 Andreas Jaeger <aj@suse.de> + * io/fcntl.h: Always define mode_t, off_t, pid_t and use these + types for creat, creat64, lockf, posix_fadvise, posix_fallocate. + [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t. + [__USE_LARGEFILE64]: Use off64_t in declaration of lock64, + posix_fadvise64, posix_fallocate64. + * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK) (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>. (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]: |