summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-07-09 23:36:41 +0000
committerKhem Raj <kraj@mvista.com>2008-07-09 23:36:41 +0000
commit8881017aeb43889e5eba0bd29e7bd484b715f56b (patch)
treee1b05d0366255f7215b97e3aa7fda2c693a637ce /libpthread/nptl/sysdeps/unix/sysv/linux
parent02aea2e1b55c5afaa5fa32061db6a415dc27ffb6 (diff)
downloaduClibc-alpine-8881017aeb43889e5eba0bd29e7bd484b715f56b.tar.bz2
uClibc-alpine-8881017aeb43889e5eba0bd29e7bd484b715f56b.tar.xz
Revert the mips related fixed that got in due to the trunk merge and also add pt-__syscall_rt_sigaction.c for mips
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch2
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-__syscall_rt_sigaction.c1
2 files changed, 2 insertions, 1 deletions
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>