summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-11 16:06:03 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-11 16:06:03 +0000
commit8a3e10e087e22316f0a94fbc38c19f17c6915d42 (patch)
tree08edaadad331a68cbb5ef9b4157e841ed2cf99cf /nptl/sysdeps/sh
parent754af0b1cac36de63d9525c91b1d9bf687ea05f7 (diff)
Update.
2004-03-11 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/tcb-offsets.sym: Add PID. * sysdeps/unix/sysv/linux/sh/pt-vfork.S: Properly handle PID cache. * sysdeps/unix/sysv/linux/sh/vfork.S: New file.
Diffstat (limited to 'nptl/sysdeps/sh')
-rw-r--r--nptl/sysdeps/sh/tcb-offsets.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/sh/tcb-offsets.sym b/nptl/sysdeps/sh/tcb-offsets.sym
index e96daf980f..539789a817 100644
--- a/nptl/sysdeps/sh/tcb-offsets.sym
+++ b/nptl/sysdeps/sh/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 (struct pthread, header.multiple_threads)