Skip to content

Commit 72acadf

Browse files
committed
parisc: Drop __ARCH_WANT_OLD_READDIR and __ARCH_WANT_SYS_OLDUMOUNT
Those old syscalls aren't exported via our syscall table, so just drop them. Signed-off-by: Helge Deller <[email protected]>
1 parent c177091 commit 72acadf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/parisc/include/asm/unistd.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
142142
}
143143

144144
#define __ARCH_WANT_NEW_STAT
145-
#define __ARCH_WANT_OLD_READDIR
146145
#define __ARCH_WANT_STAT64
147146
#define __ARCH_WANT_SYS_ALARM
148147
#define __ARCH_WANT_SYS_GETHOSTNAME
@@ -156,7 +155,6 @@ type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
156155
#define __ARCH_WANT_SYS_FADVISE64
157156
#define __ARCH_WANT_SYS_GETPGRP
158157
#define __ARCH_WANT_SYS_NICE
159-
#define __ARCH_WANT_SYS_OLDUMOUNT
160158
#define __ARCH_WANT_SYS_SIGPENDING
161159
#define __ARCH_WANT_SYS_SIGPROCMASK
162160
#define __ARCH_WANT_SYS_FORK

0 commit comments

Comments
 (0)