Dmitry V. Levin
aebfe832b8
Fix inconsistency between syscall and ioctl entries on sparc64. Make layout of personalities on sparc64 the same as on other architectures that support two personalities. * defs.h [SPARC64] (PERSONALITY0_WORDSIZE): Change to 8. [SPARC64] (PERSONALITY1_WORDSIZE): Change to 4. * linux/sparc64/get_scno.c (arch_get_scno): Swap personality numbers. * linux/sparc64/ioctls_arch1.h: Rename to ioctls_arch0.h. * linux/sparc64/ioctls_arch0.h: Rename to ioctls_arch1.h. * linux/sparc64/ioctls_inc0.h: Rename to ioctls_inc1.h. * linux/sparc64/ioctls_inc1.h: Rename to ioctls_inc0.h.
2 lines
32 B
C
2 lines
32 B
C
#include "sparc/ioctls_arch0.h"
|