diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-07 19:40:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-07 19:40:04 +0000 |
commit | 2da9a6a1a7e08651875ac0026523ab6747caef2e (patch) | |
tree | 4f3d343ea25156436249c3bec2a82749b9fed858 /nptl/sysdeps | |
parent | 00a121627cc88aca49d342f674c49d6c14ae1622 (diff) | |
download | glibc-2da9a6a1a7e08651875ac0026523ab6747caef2e.tar.gz glibc-2da9a6a1a7e08651875ac0026523ab6747caef2e.tar.xz glibc-2da9a6a1a7e08651875ac0026523ab6747caef2e.zip |
Update.
2004-12-07 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/clone.S: Clear the frame pointer when starting a new thread. Add support for NPTL where the PID is stored at userlevel and needs to be reset when CLONE_THREAD is not used.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sh/clone.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/clone.S b/nptl/sysdeps/unix/sysv/linux/sh/clone.S new file mode 100644 index 0000000000..62a11972d8 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/sh/clone.S @@ -0,0 +1,2 @@ +#define RESET_PID +#include <sysdeps/unix/sysv/linux/sh/clone.S> |