]> granicus.if.org Git - strace/commit
2003-05-22 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 23 May 2003 01:08:42 +0000 (01:08 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 23 May 2003 01:08:42 +0000 (01:08 +0000)
commit984154d2468b7e8bfcccff3e5d584baf3b8fffa4
tree0005fba7121cec96bce71f9d5ec56a15430a4647
parent031b0d88cf332846eb0af02fbcaf068fb50be6f2
2003-05-22  Roland McGrath  <roland@redhat.com>

* process.c (sys_clone): Mask CSIGNAL out of flags and print that
separately using signame.
* process.c (internal_clone) [TCB_CLONE_THREAD]: Use ARG_FLAGS instead
of literal 0 for index.  Consult the right flags without clobbering
anything when we reparent the new child to the caller's parent thread.
process.c