From 8881017aeb43889e5eba0bd29e7bd484b715f56b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Jul 2008 23:36:41 +0000 Subject: Revert the mips related fixed that got in due to the trunk merge and also add pt-__syscall_rt_sigaction.c for mips --- libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch | 2 +- .../nptl/sysdeps/unix/sysv/linux/mips/pt-__syscall_rt_sigaction.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-__syscall_rt_sigaction.c (limited to 'libpthread/nptl/sysdeps/unix/sysv') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch index b5a21342b..59759f0dd 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch @@ -6,7 +6,7 @@ # libpthread_SSRC = pt-vfork.S -libpthread_CSRC = pthread_once.c +libpthread_CSRC = pthread_once.c pt-__syscall_rt_sigaction.c libc_a_CSRC = fork.c diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-__syscall_rt_sigaction.c b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-__syscall_rt_sigaction.c new file mode 100644 index 000000000..50137c84a --- /dev/null +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-__syscall_rt_sigaction.c @@ -0,0 +1 @@ +#include <../../../../../../../libc/sysdeps/linux/common/__syscall_rt_sigaction.c> -- cgit v1.2.3