diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2019-04-01 15:54:00 +0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2019-04-01 15:54:00 +0700 |
| commit | d5ecee822e72a2fd156338ab2be2f2e70a1da55a (patch) | |
| tree | 955b6c394dd38e3acc97c59b158ca091725b3147 /ChangeLog | |
| parent | 656dd306d49f34fb89a118624def9c1db8a9cfcb (diff) | |
| download | glibc-d5ecee822e72a2fd156338ab2be2f2e70a1da55a.tar.xz glibc-d5ecee822e72a2fd156338ab2be2f2e70a1da55a.zip | |
alpha: Do not redefine __NR_shmat or __NR_osf_shmat
Fixes build using v5.1-rc1 headers.
The kernel has cleaned up how these are defined. Previous behavior
was to define __NR_osf_shmat as 209 and not define __NR_shmat.
Current behavior is to define __NR_shmat as 209 and then define
__NR_osf_shmat as __NR_shmat.
* sysdeps/unix/sysv/linux/alpha/kernel-features.h (__NR_shmat):
Do not redefine.
* sysdeps/unix/sysv/linux/alpha/sysdep.h (__NR_osf_shmat):
Do not redefine.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2019-04-01 Richard Henderson <rth@twiddle.net> + + * sysdeps/unix/sysv/linux/alpha/kernel-features.h (__NR_shmat): + Do not redefine. + * sysdeps/unix/sysv/linux/alpha/sysdep.h (__NR_osf_shmat): + Do not redefine. + 2019-03-30 Maciej W. Rozycki <macro@wdc.com> * sysdeps/unix/sysv/linux/riscv/configure.ac: Quote |
