31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
|
This patch actually makes file identical to default implementaion..
|
||
|
|
||
|
Index: sysdeps/unix/sysv/linux/mips/sys/syscall.h
|
||
|
===================================================================
|
||
|
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/mips/sys/syscall.h,v
|
||
|
retrieving revision 1.8
|
||
|
diff -u -r1.8 syscall.h
|
||
|
--- sysdeps/unix/sysv/linux/mips/sys/syscall.h 17 Mar 2003 15:50:05 -0000 1.8
|
||
|
+++ sysdeps/unix/sysv/linux/mips/sys/syscall.h 14 May 2004 17:03:29 -0000
|
||
|
@@ -19,17 +19,10 @@
|
||
|
#ifndef _SYSCALL_H
|
||
|
#define _SYSCALL_H 1
|
||
|
|
||
|
-/* This file should list the numbers of the system the system knows.
|
||
|
- But instead of duplicating this we use the information available
|
||
|
- from the kernel sources. */
|
||
|
-#ifdef _LIBC
|
||
|
-/* Since the kernel doesn't define macro names in a way usable for
|
||
|
- glibc, we preprocess this header, and use it during the glibc build
|
||
|
- process. */
|
||
|
-# include <asm-unistd.h>
|
||
|
-#else
|
||
|
+/* This file should list the numbers of the system calls the system
|
||
|
+ knows. But instead of duplicating this we use the information
|
||
|
+ available from the kernel sources. */
|
||
|
# include <asm/unistd.h>
|
||
|
-#endif
|
||
|
|
||
|
#ifndef _LIBC
|
||
|
/* The Linux kernel header file defines macros `__NR_<name>', but some
|