Browse Source

add some warnings to archs that need a bit of attention

Eric Andersen 18 years ago
parent
commit
4f5281c481

+ 1 - 0
libc/sysdeps/linux/i960/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

+ 1 - 0
libc/sysdeps/linux/microblaze/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

+ 1 - 0
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

+ 1 - 0
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