projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c177091
)
parisc: Drop __ARCH_WANT_OLD_READDIR and __ARCH_WANT_SYS_OLDUMOUNT
author
Helge Deller
<deller@gmx.de>
Mon, 30 May 2022 13:51:08 +0000
(15:51 +0200)
committer
Helge Deller
<deller@gmx.de>
Mon, 30 May 2022 15:43:44 +0000
(17:43 +0200)
Those old syscalls aren't exported via our syscall table, so just drop
them.
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/include/asm/unistd.h
b/arch/parisc/include/asm/unistd.h
index 7708a5806f09bd4a58796417520b73398e7cbc4c..c033e427838f4138bbfe64131cd8885832bb600d 100644
(file)
--- a/
arch/parisc/include/asm/unistd.h
+++ b/
arch/parisc/include/asm/unistd.h
@@
-142,7
+142,6
@@
type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
}
#define __ARCH_WANT_NEW_STAT
-#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_STAT64
#define __ARCH_WANT_SYS_ALARM
#define __ARCH_WANT_SYS_GETHOSTNAME
@@
-156,7
+155,6
@@
type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
#define __ARCH_WANT_SYS_FADVISE64
#define __ARCH_WANT_SYS_GETPGRP
#define __ARCH_WANT_SYS_NICE
-#define __ARCH_WANT_SYS_OLDUMOUNT
#define __ARCH_WANT_SYS_SIGPENDING
#define __ARCH_WANT_SYS_SIGPROCMASK
#define __ARCH_WANT_SYS_FORK