glibc/sysdeps/unix/sysv/linux/alpha/nptl/clone.S
Richard Henderson 0141927118 * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support
for NPTL where the PID is stored at userlevel and needs to be
        reset when CLONE_THREAD is not used.
nptl/
        * sysdeps/unix/sysv/linux/alpha/clone.S: New file.
        * sysdeps/alpha/tcb-offsets.sym (TID_OFFSET): New.
2004-12-17 10:11:44 +00:00

3 lines
67 B
ArmAsm

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