From 7dfd4ed7218a83c730e00571d48c0e3b4f33df95 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 23 May 2003 01:08:50 +0000 Subject: [PATCH] . --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index da090f36..6229dfb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2003-05-22 Roland McGrath + * 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. + * linux/s390/syscallent.h: Fix sys_clone argument count. * linux/s390x/syscallent.h: Likewise. * linux/mips/syscallent.h: Likewise.