Browse Source

Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>

Eric Andersen 22 years ago
parent
commit
27364377c6

+ 0 - 1
libc/sysdeps/linux/alpha/bits/syscalls.h

@@ -8,7 +8,6 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/syscall.h  and use asm/unistd.h instead */
-#define _BITS_SYSCALL_H
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel

+ 0 - 1
libc/sysdeps/linux/h8300/bits/syscalls.h

@@ -8,7 +8,6 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/syscall.h  and use asm/unistd.h instead */
-#define _BITS_SYSCALL_H
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel

+ 0 - 1
libc/sysdeps/linux/i960/bits/syscalls.h

@@ -8,7 +8,6 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/syscall.h  and use asm/unistd.h instead */
-#define _BITS_SYSCALL_H
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel

+ 0 - 1
libc/sysdeps/linux/m68k/bits/syscalls.h

@@ -8,7 +8,6 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/syscall.h  and use asm/unistd.h instead */
-#define _BITS_SYSCALL_H
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel

+ 0 - 1
libc/sysdeps/linux/powerpc/bits/syscalls.h

@@ -8,7 +8,6 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/syscall.h  and use asm/unistd.h instead */
-#define _BITS_SYSCALL_H
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel

+ 0 - 1
libc/sysdeps/linux/sparc/bits/syscalls.h

@@ -8,7 +8,6 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/syscall.h  and use asm/unistd.h instead */
-#define _BITS_SYSCALL_H
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel

+ 0 - 1
libc/sysdeps/linux/v850/bits/syscalls.h

@@ -8,7 +8,6 @@
 
 /* Do something very evil for now.  Until we create our own syscall
  * macros, short circuit bits/syscall.h  and use asm/unistd.h instead */
-#define _BITS_SYSCALL_H
 #include <asm/unistd.h>
 
 /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel