From: Andreas Schwab <schwab@suse.de>
To: linux-ia64@vger.kernel.org
Subject: Misnamed syscalls
Date: Fri, 10 Oct 2003 15:06:16 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106579856912123@msgid-missing> (raw)
This fixes a misnomer of some syscalls in 2.6.0-test[567]. Glibc wants
them without the sys_ infix.
Andreas.
--- linux-2.6.0-test7/include/asm-ia64/unistd.h.~1~ 2003-10-08 21:24:02.000000000 +0200
+++ linux-2.6.0-test7/include/asm-ia64/unistd.h 2003-10-10 16:57:46.000000000 +0200
@@ -237,17 +237,17 @@
#define __NR_epoll_wait 1245
#define __NR_restart_syscall 1246
#define __NR_semtimedop 1247
-#define __NR_sys_timer_create 1248
-#define __NR_sys_timer_settime 1249
-#define __NR_sys_timer_gettime 1250
-#define __NR_sys_timer_getoverrun 1251
-#define __NR_sys_timer_delete 1252
-#define __NR_sys_clock_settime 1253
-#define __NR_sys_clock_gettime 1254
-#define __NR_sys_clock_getres 1255
-#define __NR_sys_clock_nanosleep 1256
-#define __NR_sys_fstatfs64 1257
-#define __NR_sys_statfs64 1258
+#define __NR_timer_create 1248
+#define __NR_timer_settime 1249
+#define __NR_timer_gettime 1250
+#define __NR_timer_getoverrun 1251
+#define __NR_timer_delete 1252
+#define __NR_clock_settime 1253
+#define __NR_clock_gettime 1254
+#define __NR_clock_getres 1255
+#define __NR_clock_nanosleep 1256
+#define __NR_fstatfs64 1257
+#define __NR_statfs64 1258
#ifdef __KERNEL__
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
reply other threads:[~2003-10-10 15:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-106579856912123@msgid-missing \
--to=schwab@suse.de \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.