Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9acee190 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David S. Miller
Browse files

sparc: combine unistd_{32,64}.h



This is complicated a little because compat_audit.c wants to see only
the 32bit syscall numbers, but is being built in a 64bit compile.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 422e23ea
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -15,8 +15,6 @@ header-y += signal_32.h
header-y += signal_64.h
header-y += stat_32.h
header-y += stat_64.h
header-y += unistd_32.h
header-y += unistd_64.h

header-y += apc.h
header-y += asi.h
+441 −5

File changed.

Preview size limit exceeded, changes collapsed.

+0 −385

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −380

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
#include <asm/unistd_32.h>
#define __32bit_syscall_numbers__
#include <asm/unistd.h>

unsigned sparc32_dir_class[] = {
#include <asm-generic/audit_dir_write.h>