summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/__syscall_error.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-09-24 16:37:17 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-09-24 16:37:17 +0000
commitf06723b9c4457061dcedb271a83b9ea541920a72 (patch)
tree526e86476ac2eb4378bf28b641e0fb382ed1f2fd /libc/sysdeps/linux/mips/__syscall_error.c
parentdd4c03d796f73e008d93ade62655deb70aaaf34a (diff)
downloaduClibc-alpine-f06723b9c4457061dcedb271a83b9ea541920a72.tar.bz2
uClibc-alpine-f06723b9c4457061dcedb271a83b9ea541920a72.tar.xz
Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a stupid name to start with. What idiot thought of that?
Diffstat (limited to 'libc/sysdeps/linux/mips/__syscall_error.c')
-rw-r--r--libc/sysdeps/linux/mips/__syscall_error.c2
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)