From 3457c21572aaed60e16b6b0e53478bf9ba5c820f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Dec 2008 03:37:32 +0000 Subject: Signed-off-by: Khem Raj 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 --- libc/sysdeps/linux/mips/syscall_error.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') 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 #include -#include +#include #ifdef __UCLIBC_HAS_THREADS__ -- cgit v1.2.3