summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-09 06:32:58 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-09 06:32:58 +0000
commit6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25 (patch)
tree2be99959b9b5340df51d5c2f220fb436621e9f4d /nptl/sysdeps/i386
parentc072ef6d229b1c504e0cff58371df892ec289dec (diff)
Update.
* sysdeps/unix/sysv/linux/i386/vfork.S: If SAVE_PID and RESTORE_PID are defined, use it. * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
Diffstat (limited to 'nptl/sysdeps/i386')
-rw-r--r--nptl/sysdeps/i386/tcb-offsets.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/i386/tcb-offsets.sym b/nptl/sysdeps/i386/tcb-offsets.sym
index a83c3c9a9b..4e0444ba38 100644
--- a/nptl/sysdeps/i386/tcb-offsets.sym
+++ b/nptl/sysdeps/i386/tcb-offsets.sym
@@ -3,6 +3,7 @@
RESULT offsetof (struct pthread, result)
TID offsetof (struct pthread, tid)
+PID offsetof (struct pthread, pid)
CANCELHANDLING offsetof (struct pthread, cancelhandling)
CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)