diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 13:17:51 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 13:17:51 -0700 |
commit | 6abc8f6c7c847291a9b20cb5b84e9a2dfe3b578a (patch) | |
tree | df8daa963a35658618b48dab01c96fbb1fa13542 /libc/sysdeps/linux/mips/clone.S | |
parent | 6ffcc881dc156e1c9c0bc4b153091b4760b584cb (diff) |
mips specific bits needed for nptl
* vfork impl with support for SAVE_PID, RESTORE_PID
* sysdep.h assembly macros
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
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 15fa29558..52b81cb1e 100644 --- a/libc/sysdeps/linux/mips/clone.S +++ b/libc/sysdeps/linux/mips/clone.S @@ -132,3 +132,5 @@ L(__thread_start): jal _exit #endif .end __thread_start +weak_alias(clone, __clone) + |