summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i960
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-28 19:58:21 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-28 19:58:21 +0000
commit27364377c65a4c6bc3a7ab429f0921adead19349 (patch)
treeab29759ae5ebb09b3c23553b7d8a953dfff789e3 /libc/sysdeps/linux/i960
parent62d3ec472ea37ac84f89e3babeec689cf42bec27 (diff)
Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>
Diffstat (limited to 'libc/sysdeps/linux/i960')
-rw-r--r--libc/sysdeps/linux/i960/bits/syscalls.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i960/bits/syscalls.h b/libc/sysdeps/linux/i960/bits/syscalls.h
index fff97378f..ecd4a1784 100644
--- a/libc/sysdeps/linux/i960/bits/syscalls.h
+++ b/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