From a05be180bc97ae7390cfeaae530b593f67a4df8f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Mar 2003 19:20:26 +0000 Subject: Update. * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages. --- nptl/sysdeps/pthread/createthread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/sysdeps/pthread') diff --git a/nptl/sysdeps/pthread/createthread.c b/nptl/sysdeps/pthread/createthread.c index b6898368ef..beee434c62 100644 --- a/nptl/sysdeps/pthread/createthread.c +++ b/nptl/sysdeps/pthread/createthread.c @@ -123,7 +123,8 @@ create_thread (struct pthread *pd, STACK_VARIABLES_PARMS) CLONE_CHILD_CLEARTID The kernels clears the thread ID of a thread that has called - sys_exit() - using the same parameter as CLONE_SETTID. + sys_exit() in the location pointed to by the seventh parameter + to CLONE. CLONE_DETACHED No signal is generated if the thread exists and it is -- cgit v1.2.1