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:
@ -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
|
||||
|
Reference in New Issue
Block a user