5059ab35f3
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1552 6952d904-891a-0410-993b-d76249ca496b
53 lines
2.1 KiB
Diff
53 lines
2.1 KiB
Diff
Index: sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
|
|
===================================================================
|
|
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h,v
|
|
retrieving revision 1.3
|
|
diff -u -r1.3 sysdep.h
|
|
--- sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h 1 Oct 2003 06:59:39 -0000 1.3
|
|
+++ sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h 14 May 2004 19:01:28 -0000
|
|
@@ -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_N32_##syscall_name
|
|
+# define SYS_ify(syscall_name) __NR_##syscall_name
|
|
#else
|
|
-# define SYS_ify(syscall_name) __NR_N32_/**/syscall_name
|
|
+# define SYS_ify(syscall_name) __NR_/**/syscall_name
|
|
#endif
|
|
|
|
#ifdef __ASSEMBLER__
|
|
Index: sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
|
|
===================================================================
|
|
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h,v
|
|
retrieving revision 1.3
|
|
diff -u -r1.3 sysdep.h
|
|
--- sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h 1 Oct 2003 06:59:40 -0000 1.3
|
|
+++ sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h 14 May 2004 19:01:28 -0000
|
|
@@ -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__
|
|
--- sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h.orig 2004-05-18 14:51:16.000000000 -0700
|
|
+++ sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h 2004-05-19 15:07:23.000000000 -0700
|
|
@@ -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_O32_##syscall_name
|
|
+# define SYS_ify(syscall_name) __NR_##syscall_name
|
|
#else
|
|
-# define SYS_ify(syscall_name) __NR_O32_/**/syscall_name
|
|
+# define SYS_ify(syscall_name) __NR_/**/syscall_name
|
|
#endif
|
|
|
|
#endif /* linux/mips/mips32/kern64/sysdep.h */
|