diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-08 19:21:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-08 19:21:11 +0000 |
commit | 4f5281c481d2a91dd9931d9fcb7ea2e6e728e398 (patch) | |
tree | aae3d1c2d03f19833412631c0f3c016c7219b3d3 /libc/sysdeps/linux/v850/bits/syscalls.h | |
parent | 5fd48aacb3fd2f71aff393d4f8498319d8a7bfed (diff) |
add some warnings to archs that need a bit of attention
Diffstat (limited to 'libc/sysdeps/linux/v850/bits/syscalls.h')
-rw-r--r-- | libc/sysdeps/linux/v850/bits/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/v850/bits/syscalls.h b/libc/sysdeps/linux/v850/bits/syscalls.h index 62541b873..c2bc74f2c 100644 --- a/libc/sysdeps/linux/v850/bits/syscalls.h +++ b/libc/sysdeps/linux/v850/bits/syscalls.h @@ -8,6 +8,7 @@ /* Do something very evil for now. Until we create our own syscall * macros, short circuit bits/sysnum.h and use asm/unistd.h instead */ +#warning "fixme -- add arch specific syscall macros.h" #include <asm/unistd.h> /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel |