diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/__syscall_error.c')
-rw-r--r-- | libc/sysdeps/linux/mips/__syscall_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/__syscall_error.c b/libc/sysdeps/linux/mips/__syscall_error.c index 05dcacc8b..6ece361f3 100644 --- a/libc/sysdeps/linux/mips/__syscall_error.c +++ b/libc/sysdeps/linux/mips/__syscall_error.c @@ -22,7 +22,7 @@ /* This routine is jumped to by all the syscall handlers, to stash * an error number into errno. */ -#ifdef __PTHREADS_NATIVE__ +#ifdef __UCLIBC_HAS_THREADS_NATIVE__ int __syscall_error(int err_no) #else int attribute_hidden __syscall_error(int err_no) |