diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-28 19:58:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-28 19:58:21 +0000 |
commit | 27364377c65a4c6bc3a7ab429f0921adead19349 (patch) | |
tree | ab29759ae5ebb09b3c23553b7d8a953dfff789e3 /libc/sysdeps/linux/powerpc | |
parent | 62d3ec472ea37ac84f89e3babeec689cf42bec27 (diff) |
Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/syscalls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/syscalls.h b/libc/sysdeps/linux/powerpc/bits/syscalls.h index 37a9cfe3e..53fedf11e 100644 --- a/libc/sysdeps/linux/powerpc/bits/syscalls.h +++ b/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 |