diff options
| author | Khem Raj <kraj@mvista.com> | 2008-07-09 23:36:41 +0000 |
|---|---|---|
| committer | Khem Raj <kraj@mvista.com> | 2008-07-09 23:36:41 +0000 |
| commit | 8881017aeb43889e5eba0bd29e7bd484b715f56b (patch) | |
| tree | e1b05d0366255f7215b97e3aa7fda2c693a637ce /libc/sysdeps/linux/mips/clone.S | |
| parent | 02aea2e1b55c5afaa5fa32061db6a415dc27ffb6 (diff) | |
| download | uClibc-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.S | 2 |
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) + |
