diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/i960/bits/syscalls.h | 1 | ||||
-rw-r--r-- | libc/sysdeps/linux/microblaze/bits/syscalls.h | 1 | ||||
-rw-r--r-- | libc/sysdeps/linux/nios2/bits/syscalls.h | 1 | ||||
-rw-r--r-- | libc/sysdeps/linux/v850/bits/syscalls.h | 1 |
4 files changed, 4 insertions, 0 deletions
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 <asm/unistd.h> /* This includes the `__NR_<name>' 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 <asm/unistd.h> /* This includes the `__NR_<name>' 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 <asm/unistd.h> /* This includes the `__NR_<name>' 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 <asm/unistd.h> /* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel |