From: Ulrich Drepper Date: Tue, 4 Mar 2003 19:20:26 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~1359 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a05be180bc97ae7390cfeaae530b593f67a4df8f;p=thirdparty%2Fglibc.git Update. * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages. --- diff --git a/ChangeLog b/ChangeLog index 477dbb3beef..a01a48ff856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -81,6 +81,7 @@ * misc/sys/mman.h: Add prototype for remap_file_pages. * sysdeps/generic/remap_file_pages.c: New file. * misc/Makefile (routines): Add remap_file_pages. + * misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages. * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE and MAP_NONBLOCK. diff --git a/nptl/sysdeps/pthread/createthread.c b/nptl/sysdeps/pthread/createthread.c index b6898368efd..beee434c627 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