mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-29 03:24:53 -04:00
Since the kernel does not support running 31 bit / compat binaries anymore, remove also the corresponding 31 bit support from uapi header files. Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
14 lines
269 B
C
14 lines
269 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
/*
|
|
* S390 version
|
|
*
|
|
* Derived from "include/asm-i386/unistd.h"
|
|
*/
|
|
|
|
#ifndef _UAPI_ASM_S390_UNISTD_H_
|
|
#define _UAPI_ASM_S390_UNISTD_H_
|
|
|
|
#include <asm/unistd_64.h>
|
|
|
|
#endif /* _UAPI_ASM_S390_UNISTD_H_ */
|