Commit 0c0b174e authored by Andreas Schwab's avatar Andreas Schwab Committed by David Mosberger

[PATCH] ia64: fix misnamed syscalls

This fixes a misnomer of some syscalls in 2.6.0-test[567].  Glibc wants
them without the sys_ infix.
parent 147f464a
...@@ -237,17 +237,17 @@ ...@@ -237,17 +237,17 @@
#define __NR_epoll_wait 1245 #define __NR_epoll_wait 1245
#define __NR_restart_syscall 1246 #define __NR_restart_syscall 1246
#define __NR_semtimedop 1247 #define __NR_semtimedop 1247
#define __NR_sys_timer_create 1248 #define __NR_timer_create 1248
#define __NR_sys_timer_settime 1249 #define __NR_timer_settime 1249
#define __NR_sys_timer_gettime 1250 #define __NR_timer_gettime 1250
#define __NR_sys_timer_getoverrun 1251 #define __NR_timer_getoverrun 1251
#define __NR_sys_timer_delete 1252 #define __NR_timer_delete 1252
#define __NR_sys_clock_settime 1253 #define __NR_clock_settime 1253
#define __NR_sys_clock_gettime 1254 #define __NR_clock_gettime 1254
#define __NR_sys_clock_getres 1255 #define __NR_clock_getres 1255
#define __NR_sys_clock_nanosleep 1256 #define __NR_clock_nanosleep 1256
#define __NR_sys_fstatfs64 1257 #define __NR_fstatfs64 1257
#define __NR_sys_statfs64 1258 #define __NR_statfs64 1258
#ifdef __KERNEL__ #ifdef __KERNEL__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment