diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-08 15:46:56 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2017-09-04 15:04:31 -0400 |
commit | beb1057feb1d061a0598440c73c4ca4e020c0751 (patch) | |
tree | e69fbfcaee2596ab8bd2d2d8642862443b6a14e1 /arch/alpha | |
parent | 1c0234aac80b9b20d7685ad0fc04ec0ab676684f (diff) |
alpha: cleanup: remove __NR_sys_epoll_*, leave __NR_epoll_*
__NR_sys_epoll_create and friends are alpha-specific
while __NR_epoll_create is a generic name for other
arches.
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: linux-alpha@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/include/uapi/asm/unistd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/alpha/include/uapi/asm/unistd.h b/arch/alpha/include/uapi/asm/unistd.h index a2945fea6c86..53de540e39a7 100644 --- a/arch/alpha/include/uapi/asm/unistd.h +++ b/arch/alpha/include/uapi/asm/unistd.h | |||
@@ -366,11 +366,6 @@ | |||
366 | #define __NR_epoll_create 407 | 366 | #define __NR_epoll_create 407 |
367 | #define __NR_epoll_ctl 408 | 367 | #define __NR_epoll_ctl 408 |
368 | #define __NR_epoll_wait 409 | 368 | #define __NR_epoll_wait 409 |
369 | /* Feb 2007: These three sys_epoll defines shouldn't be here but culling | ||
370 | * them would break userspace apps ... we'll kill them off in 2010 :) */ | ||
371 | #define __NR_sys_epoll_create __NR_epoll_create | ||
372 | #define __NR_sys_epoll_ctl __NR_epoll_ctl | ||
373 | #define __NR_sys_epoll_wait __NR_epoll_wait | ||
374 | #define __NR_remap_file_pages 410 | 369 | #define __NR_remap_file_pages 410 |
375 | #define __NR_set_tid_address 411 | 370 | #define __NR_set_tid_address 411 |
376 | #define __NR_restart_syscall 412 | 371 | #define __NR_restart_syscall 412 |