summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-23 01:27:01 +0000
committerRoland McGrath <roland@gnu.org>2005-10-23 01:27:01 +0000
commit067f926e19b0f048f04727f57d7036ec4a64c050 (patch)
tree3ef68c5c73b308198f994dca043dda10c45dc1ff /sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
parentbf8d53331945a83c95dd046c4811b706a5868be5 (diff)
Updated to fedora-glibc-2_3-20051023T0123cvs/fedora-glibc-2_3_5-0_fc3_8
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h')
-rw-r--r--sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h b/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
index f30a465081..824a92752b 100644
--- a/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
+++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
@@ -28,9 +28,9 @@
so we have to redefine the `SYS_ify' macro here. */
#undef SYS_ify
#ifdef __STDC__
-# define SYS_ify(syscall_name) __NR_N64_##syscall_name
+# define SYS_ify(syscall_name) __NR_##syscall_name
#else
-# define SYS_ify(syscall_name) __NR_N64_/**/syscall_name
+# define SYS_ify(syscall_name) __NR_/**/syscall_name
#endif
#ifdef __ASSEMBLER__