diff options
| 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 |
| commit | f06723b9c4457061dcedb271a83b9ea541920a72 (patch) | |
| tree | 526e86476ac2eb4378bf28b641e0fb382ed1f2fd /libc/sysdeps/linux | |
| parent | dd4c03d796f73e008d93ade62655deb70aaaf34a (diff) | |
| download | uClibc-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')
| -rw-r--r-- | libc/sysdeps/linux/alpha/Makefile | 4 | ||||
| -rw-r--r-- | libc/sysdeps/linux/mips/__syscall_error.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/alpha/Makefile b/libc/sysdeps/linux/alpha/Makefile index 45e2ece62..ffb075b1a 100644 --- a/libc/sysdeps/linux/alpha/Makefile +++ b/libc/sysdeps/linux/alpha/Makefile @@ -32,7 +32,7 @@ COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) -ifeq ($(PTHREADS_NATIVE),y) +ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y) COBJS += $(PTDIR)sysdeps/$(TARGET_ARCH)/libc-tls.o endif @@ -80,7 +80,7 @@ $(TOPDIR)lib/crtn.o: $(AR) $(ARFLAGS) $(TOPDIR)lib/crtn.o endif -ifeq ($(PTHREADS_NATIVE),y) +ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y) $(PTDIR)sysdeps/$(TARGET_ARCH)/libc-tls.o: $(MAKE) -C $(PTDIR)sysdeps/$(TARGET_ARCH) libc-tls.o endif 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) |
