diff options
author | Richard Henderson <rth@redhat.com> | 2005-11-26 00:52:45 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2005-11-26 00:52:45 +0000 |
commit | 50c8adf4d139c8f9d8825f376f26b831f52f693a (patch) | |
tree | 5747d546cc7178741e30bfd02edb9ea947dd182b /ChangeLog | |
parent | dec36b4f0c71809ed9abae3b4310c38a74118185 (diff) | |
download | glibc-50c8adf4d139c8f9d8825f376f26b831f52f693a.tar glibc-50c8adf4d139c8f9d8825f376f26b831f52f693a.tar.gz glibc-50c8adf4d139c8f9d8825f376f26b831f52f693a.tar.bz2 glibc-50c8adf4d139c8f9d8825f376f26b831f52f693a.zip |
* sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo. (__fxstatat64): Alias from __fxstatat; remove other cnp errors. * sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h and stddef.h. * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define.
2005-11-25 Richard Henderson <rth@redhat.com>
* sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo.
(__fxstatat64): Alias from __fxstatat; remove other cnp errors.
* sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h
and stddef.h.
* sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-11-25 Richard Henderson <rth@redhat.com> + + * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo. + (__fxstatat64): Alias from __fxstatat; remove other cnp errors. + * sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h + and stddef.h. + * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define. + 2005-11-25 Ulrich Drepper <drepper@redhat.com> * Makeconfig (+cflags): Add -fmerge-all-constants by default. |