summaryrefslogtreecommitdiff
path: root/sysdeps/alpha/nptl
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-03-11 21:34:25 +0000
committerRichard Henderson <rth@redhat.com>2004-03-11 21:34:25 +0000
commit76deb69747662d5a6e9d461cfd36447371369342 (patch)
tree2b8c579b5c917f7474254f7c582c430ce9fa7cf0 /sysdeps/alpha/nptl
parentb4d2a4238c35114c143fc35849acf69ba92a393e (diff)
downloadglibc-76deb69747662d5a6e9d461cfd36447371369342.tar.gz
* 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 'sysdeps/alpha/nptl')
-rw-r--r--sysdeps/alpha/nptl/tcb-offsets.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/alpha/nptl/tcb-offsets.sym b/sysdeps/alpha/nptl/tcb-offsets.sym
index 3f6433d5e9..a1a1e45951 100644
--- a/sysdeps/alpha/nptl/tcb-offsets.sym
+++ b/sysdeps/alpha/nptl/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)