about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-04 19:20:26 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-04 19:20:26 +0000
commita05be180bc97ae7390cfeaae530b593f67a4df8f (patch)
treebe343de0b2036eee508160c9bd802912b0384f46 /nptl
parent269e8af716127b632f0a6c731df8336993546545 (diff)
downloadglibc-a05be180bc97ae7390cfeaae530b593f67a4df8f.tar.gz
glibc-a05be180bc97ae7390cfeaae530b593f67a4df8f.tar.xz
glibc-a05be180bc97ae7390cfeaae530b593f67a4df8f.zip
Update.
	* misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/sysdeps/pthread/createthread.c3
1 files changed, 2 insertions, 1 deletions
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