about summary refs log tree commit diff
path: root/nptl/sysdeps/x86_64
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/x86_64
parentc072ef6d229b1c504e0cff58371df892ec289dec (diff)
downloadglibc-6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25.tar.gz
glibc-6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25.tar.xz
glibc-6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25.zip
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/x86_64')
-rw-r--r--nptl/sysdeps/x86_64/tcb-offsets.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/x86_64/tcb-offsets.sym b/nptl/sysdeps/x86_64/tcb-offsets.sym
index f91dd39703..8118d2df8b 100644
--- a/nptl/sysdeps/x86_64/tcb-offsets.sym
+++ b/nptl/sysdeps/x86_64/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)
 CLEANUP			offsetof (struct pthread, cleanup)