diff options
author | Khem Raj <kraj@mvista.com> | 2008-12-09 03:37:32 +0000 |
---|---|---|
committer | Khem Raj <kraj@mvista.com> | 2008-12-09 03:37:32 +0000 |
commit | 3457c21572aaed60e16b6b0e53478bf9ba5c820f (patch) | |
tree | 48bcf36bdbead8b85ae035f55437d91a47ab59c9 /libc | |
parent | 8fa1c38997f005c90cb5828be149ab32496bcd40 (diff) | |
download | uClibc-alpine-3457c21572aaed60e16b6b0e53478bf9ba5c820f.tar.bz2 uClibc-alpine-3457c21572aaed60e16b6b0e53478bf9ba5c820f.tar.xz |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This patch makes mips nptl port compile again
Replace remaining instances of asm by __asm__ and volatile by __volatile__
include bits/errno.h instead of obsolete bits/errno_values.h
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/mips/syscall_error.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/syscall_error.S b/libc/sysdeps/linux/mips/syscall_error.S index ca4a47800..c96b6ed12 100644 --- a/libc/sysdeps/linux/mips/syscall_error.S +++ b/libc/sysdeps/linux/mips/syscall_error.S @@ -20,7 +20,7 @@ #include <sys/asm.h> #include <sysdep.h> -#include <bits/errno_values.h> +#include <bits/errno.h> #ifdef __UCLIBC_HAS_THREADS__ |