From 4f5281c481d2a91dd9931d9fcb7ea2e6e728e398 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 8 Dec 2006 19:21:11 +0000 Subject: add some warnings to archs that need a bit of attention --- libc/sysdeps/linux/i960/bits/syscalls.h | 1 + libc/sysdeps/linux/microblaze/bits/syscalls.h | 1 + libc/sysdeps/linux/nios2/bits/syscalls.h | 1 + libc/sysdeps/linux/v850/bits/syscalls.h | 1 + 4 files changed, 4 insertions(+) (limited to 'libc') diff --git a/libc/sysdeps/linux/i960/bits/syscalls.h b/libc/sysdeps/linux/i960/bits/syscalls.h index 62541b873..c2bc74f2c 100644 --- a/libc/sysdeps/linux/i960/bits/syscalls.h +++ b/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 /* This includes the `__NR_' syscall numbers taken from the Linux kernel diff --git a/libc/sysdeps/linux/microblaze/bits/syscalls.h b/libc/sysdeps/linux/microblaze/bits/syscalls.h index 62541b873..c2bc74f2c 100644 --- a/libc/sysdeps/linux/microblaze/bits/syscalls.h +++ b/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 /* This includes the `__NR_' syscall numbers taken from the Linux kernel 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 /* This includes the `__NR_' syscall numbers taken from the Linux kernel 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 /* This includes the `__NR_' syscall numbers taken from the Linux kernel -- cgit v1.2.3