summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/mips
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile4
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c (renamed from libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile
index 0e43e56e2..1978413ea 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile
@@ -27,7 +27,7 @@ ASRC-LIBP-SH = $(ASRC-LIBP-ST)
CSRC-LIBP-ST = pthread_once.c
CSRC-LIBP-SH = $(CSRC-LIBP-ST)
-CSRC-LIBC-ST = fork.c
+CSRC-LIBC-ST = fork-nptl.c
CSRC-LIBC-SH = $(CSRC-LIBC-ST)
AOBJ-LIBP-ST = $(patsubst %.S, %.o, $(ASRC-LIBP-ST))
@@ -38,7 +38,7 @@ COBJ-LIBC-ST = $(patsubst %.c, %.o, $(CSRC-LIBC-ST))
COBJ-LIBC-SH = $(patsubst %.c, %.os, $(CSRC-LIBC-SH))
ifeq ($(UCLIBC_HAS_STDIO_FUTEXES),y)
-CFLAGS-fork.c = -D__USE_STDIO_FUTEXES__
+CFLAGS-fork-nptl.c = -D__USE_STDIO_FUTEXES__
endif
ar-target all: $(AOBJ-LIBP-ST) $(AOBJ-LIBP-SH) $(COBJ-LIBP-ST) $(COBJ-LIBP-SH)
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork.c b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c
index 06b7e1c69..06b7e1c69 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork.c
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c