diff options
author | Richard Henderson <rth@redhat.com> | 2004-03-11 21:34:25 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2004-03-11 21:34:25 +0000 |
commit | 9852f6dcfff04f9ab05ab1d19845108b5a4783ab (patch) | |
tree | 5d790acca723760864742bf872ba2012a0e8af47 /nptl/sysdeps/alpha | |
parent | 43513fb738808dc2ab14b17aaf5be05d103340d4 (diff) | |
download | glibc-9852f6dcfff04f9ab05ab1d19845108b5a4783ab.tar.gz glibc-9852f6dcfff04f9ab05ab1d19845108b5a4783ab.tar.xz glibc-9852f6dcfff04f9ab05ab1d19845108b5a4783ab.zip |
* sysdeps/alpha/tcb-offsets.sym (PID_OFFSET): New. * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: Save/restore PID. * sysdeps/unix/sysv/linux/alpha/vfork.S: New file.
2004-03-11 Richard Henderson <rth@redhat.com> * sysdeps/alpha/tcb-offsets.sym (PID_OFFSET): New. * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: Save/restore PID. * sysdeps/unix/sysv/linux/alpha/vfork.S: New file.
Diffstat (limited to 'nptl/sysdeps/alpha')
-rw-r--r-- | nptl/sysdeps/alpha/tcb-offsets.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/alpha/tcb-offsets.sym b/nptl/sysdeps/alpha/tcb-offsets.sym index 3f6433d5e9..a1a1e45951 100644 --- a/nptl/sysdeps/alpha/tcb-offsets.sym +++ b/nptl/sysdeps/alpha/tcb-offsets.sym @@ -10,3 +10,4 @@ #if TLS_MULTIPLE_THREADS_IN_TCB MULTIPLE_THREADS_OFFSET thread_offsetof (header.multiple_threads) #endif +PID_OFFSET thread_offsetof (pid) |