summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/nios2/bits
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-12-08 19:21:11 +0000
committerEric Andersen <andersen@codepoet.org>2006-12-08 19:21:11 +0000
commit4f5281c481d2a91dd9931d9fcb7ea2e6e728e398 (patch)
treeaae3d1c2d03f19833412631c0f3c016c7219b3d3 /libc/sysdeps/linux/nios2/bits
parent5fd48aacb3fd2f71aff393d4f8498319d8a7bfed (diff)
add some warnings to archs that need a bit of attention
Diffstat (limited to 'libc/sysdeps/linux/nios2/bits')
-rw-r--r--libc/sysdeps/linux/nios2/bits/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/nios2/bits/syscalls.h b/libc/sysdeps/linux/nios2/bits/syscalls.h
index 62541b873..c2bc74f2c 100644
--- a/libc/sysdeps/linux/nios2/bits/syscalls.h
+++ b/libc/sysdeps/linux/nios2/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