diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-09 06:32:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-09 06:32:58 +0000 |
commit | 6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25 (patch) | |
tree | 2be99959b9b5340df51d5c2f220fb436621e9f4d /nptl/sysdeps/x86_64 | |
parent | c072ef6d229b1c504e0cff58371df892ec289dec (diff) | |
download | glibc-6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25.tar glibc-6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25.tar.gz glibc-6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25.tar.bz2 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.sym | 1 |
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) |