summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/clone.S
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 /libc/sysdeps/linux/mips/clone.S
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 'libc/sysdeps/linux/mips/clone.S')
-rw-r--r--libc/sysdeps/linux/mips/clone.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/clone.S b/libc/sysdeps/linux/mips/clone.S
index 716cd993f..40caf18e0 100644
--- a/libc/sysdeps/linux/mips/clone.S
+++ b/libc/sysdeps/linux/mips/clone.S
@@ -125,3 +125,5 @@ __thread_start:
move a0,v0
jal HIDDEN_JUMPTARGET(_exit)
.end __thread_start
+weak_alias(clone, __clone)
+