1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-19 00:02:09 +03:00
Files
glibc/sysdeps/unix/sysv/linux
Richard Henderson d5ecee822e 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.
2019-04-01 15:54:00 +07:00
..
2019-03-13 10:45:35 +01:00
2019-02-28 15:02:09 +00:00
2019-03-22 16:52:29 -03:00
2019-03-22 16:52:29 -03:00
2019-02-27 13:55:45 +00:00
2019-03-22 16:52:29 -03:00
2019-02-15 18:45:39 -02:00
2019-03-22 16:52:29 -03:00
2019-02-27 13:55:45 +00:00
2019-02-01 12:24:52 +00:00
2019-02-01 12:24:52 +00:00
2019-02-01 12:24:52 +00:00
2019-02-27 13:55:45 +00:00
2019-01-03 09:32:12 -02:00