glibc/nptl/sysdeps/unix/sysv/linux/ia64/clone2.S
Ulrich Drepper 484cc8018b Update.
2004-12-07  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for
	NPTL where the PID is stored at userlevel and needs to be reset when
	CLONE_THREAD is not used.  Restore gp before calling _exit.
2004-12-07 20:34:18 +00:00

3 lines
67 B
ArmAsm

#define RESET_PID
#include <sysdeps/unix/sysv/linux/ia64/clone2.S>