1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

hppa: drop __ASSUME_LWS_CAS define

We require recent enough kernels for this now, and we've been hardcoding
it to 1, so drop it entirely now.
This commit is contained in:
Mike Frysinger
2015-08-14 22:09:30 -04:00
parent 43329fe139
commit 8584204806
3 changed files with 9 additions and 11 deletions

View File

@ -18,9 +18,6 @@
<http://www.gnu.org/licenses/>. */
/* PA-RISC 2.6.9 kernels had the first LWS CAS support */
#define __ASSUME_LWS_CAS 1
/* Support for the accept4 and recvmmsg syscalls was added in 2.6.34. */
#if __LINUX_KERNEL_VERSION >= 0x020622
# define __ASSUME_ACCEPT4_SYSCALL 1