1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-19 05:43:18 +03:00
Files
glibc/nptl/sysdeps/unix/sysv/linux/sh/clone.S
Ulrich Drepper 2da9a6a1a7 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.
2004-12-07 19:40:04 +00:00

3 lines
64 B
ArmAsm

#define RESET_PID
#include <sysdeps/unix/sysv/linux/sh/clone.S>