mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
[PATCH 6/6] Split s390 out of main Linux kernel-features.h.
This patch splits s390 out of the main Linux kernel-features.h. Not tested. * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file. * sysdeps/unix/sysv/linux/kernel-features.h [__s390__] (__ASSUME_SOCKETCALL): Do not define.
This commit is contained in:
@ -44,9 +44,6 @@
|
||||
socket-related operations, via a socket.S file in glibc, instead of
|
||||
separate syscalls. __ASSUME_SOCKETCALL is defined for such
|
||||
architectures. */
|
||||
#ifdef __s390__
|
||||
# define __ASSUME_SOCKETCALL 1
|
||||
#endif
|
||||
|
||||
/* Linux 2.3.39 introduced IPC64. Except for powerpc. Linux 2.4.0 on
|
||||
PPC introduced a correct IPC64. But PowerPC64 does not support a
|
||||
|
Reference in New Issue
Block a user