diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-11 16:06:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-11 16:06:03 +0000 |
commit | 8a3e10e087e22316f0a94fbc38c19f17c6915d42 (patch) | |
tree | 08edaadad331a68cbb5ef9b4157e841ed2cf99cf /nptl/sysdeps/sh | |
parent | 754af0b1cac36de63d9525c91b1d9bf687ea05f7 (diff) | |
download | glibc-8a3e10e087e22316f0a94fbc38c19f17c6915d42.zip glibc-8a3e10e087e22316f0a94fbc38c19f17c6915d42.tar.gz glibc-8a3e10e087e22316f0a94fbc38c19f17c6915d42.tar.bz2 |
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.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/sh/tcb-offsets.sym b/nptl/sysdeps/sh/tcb-offsets.sym index e96daf9..539789a 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) |