alpha: cleanup: remove __NR_sys_epoll_*, leave __NR_epoll_*
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 8 Apr 2017 19:46:56 +0000 (20:46 +0100)
committerMatt Turner <mattst88@gmail.com>
Mon, 4 Sep 2017 19:04:31 +0000 (12:04 -0700)
__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>
arch/alpha/include/uapi/asm/unistd.h

index a2945fe..53de540 100644 (file)
 #define __NR_epoll_create              407
 #define __NR_epoll_ctl                 408
 #define __NR_epoll_wait                        409
-/* Feb 2007: These three sys_epoll defines shouldn't be here but culling
- * them would break userspace apps ... we'll kill them off in 2010 :) */
-#define __NR_sys_epoll_create          __NR_epoll_create
-#define __NR_sys_epoll_ctl             __NR_epoll_ctl
-#define __NR_sys_epoll_wait            __NR_epoll_wait
 #define __NR_remap_file_pages          410
 #define __NR_set_tid_address           411
 #define __NR_restart_syscall           412