]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix clone flag name in comment to CLONE_CHILD_CLEARTID.
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 2 Oct 2012 03:22:55 +0000 (08:52 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 2 Oct 2012 03:22:55 +0000 (08:52 +0530)
16 files changed:
nptl/ChangeLog
nptl/pthread_create.c
nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
ports/ChangeLog
ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h

index 7c673c0edb0d08050529e62fdaf6a4f82f790f5c..a2f51cee0246fc63bcc58b772ef4d8f0dd3d938c 100644 (file)
@@ -1,3 +1,14 @@
+2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * pthread_create.c (start_thread): Fix clone flag name in
+       comment to CLONE_CHILD_CLEARTID.
+       * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
+
 2012-10-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        [BZ #14477]
index 97d83256a480e4152c35ae79933c4fe7febe31aa..6ba9c6fe1170f532de3c2ac675cdad0432c106da 100644 (file)
@@ -420,7 +420,7 @@ start_thread (void *arg)
   /* We cannot call '_exit' here.  '_exit' will terminate the process.
 
      The 'exit' implementation in the kernel will signal when the
-     process is really dead since 'clone' got passed the CLONE_CLEARTID
+     process is really dead since 'clone' got passed the CLONE_CHILD_CLEARTID
      flag.  The 'tid' field in the TCB will be set to zero.
 
      The exit code is zero since in case all threads exit by calling
index 3d805ff433fbed06de3b3cc21541f5e5cb1dadab..7b576ca00b36aeff8b71d01a95be76648164d6b3 100644 (file)
@@ -544,7 +544,7 @@ LLL_STUB_UNWIND_INFO_END
 #define lll_islocked(futex) \
   (futex != LLL_LOCK_INITIALIZER)
 
-/* The kernel notifies a process with uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards.
index 234e04234cf4b3bb45017adc298053eac0588e80..406c290d715c51f45714c5e63b15da75076f8357 100644 (file)
@@ -288,7 +288,7 @@ extern int __lll_robust_timedlock_wait
     1  -  taken by one user
    >1  -  taken by more users */
 
-/* The kernel notifies a process which uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */
index eeb7a72e2692b88e81b72b2f3a32166d2975a9f6..97092823df87b8f4c5d8bae7a0b54a04b23bdd36 100644 (file)
@@ -329,7 +329,7 @@ __lll_robust_timedlock (int *futex, const struct timespec *abstime,
 #define LLL_LOCK_INITIALIZER           (0)
 #define LLL_LOCK_INITIALIZER_LOCKED    (1)
 
-/* The kernel notifies a process with uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */
index f3ef3883a85f8e00314e1bab8f6891f9e10e812a..cfd8d0ceca5f2988f65d9e0af49c36d996c47dce 100644 (file)
@@ -389,7 +389,7 @@ extern int __lll_unlock_wake (int *__futex, int private) attribute_hidden;
 #define lll_islocked(futex) \
   (futex != LLL_LOCK_INITIALIZER)
 
-/* The kernel notifies a process with uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards.  */
index 73c3327c0bfe598b1dc8241045fd59a61c43b8ad..fafb0873f88000e2b2363ae5aae4a2b878c3fd0f 100644 (file)
@@ -268,7 +268,7 @@ __lll_robust_timedlock (int *futex, const struct timespec *abstime,
 #define LLL_LOCK_INITIALIZER           (0)
 #define LLL_LOCK_INITIALIZER_LOCKED    (1)
 
-/* The kernel notifies a process with uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */
index 3686970f08de249a329b871edb892b10a9673339..5a80ddd8eecd62289968b6feea477e8a4aada4f3 100644 (file)
@@ -560,7 +560,7 @@ LLL_STUB_UNWIND_INFO_END
   (futex != LLL_LOCK_INITIALIZER)
 
 
-/* The kernel notifies a process with uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards.
index 5adf0ec58ae3af1cc126febb87d876f3552a2ab8..a665b497b326dcd3c36f337fb159a733b89d7f13 100644 (file)
@@ -1,3 +1,14 @@
+2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Fix clone
+       flag name in comment to CLONE_CHILD_CLEARTID.
+       * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Likewise.
+       * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Likewise.
+
 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
 
        * .gitignore: Remove file.
index ac364dae18f381ef26fb3585d8502a1478fa19f0..0ef2e7fd38e39fdbcfca0966b7059256aed55d1c 100644 (file)
@@ -259,7 +259,7 @@ __lll_robust_timedlock (int *futex, const struct timespec *abstime,
 #define LLL_LOCK_INITIALIZER_LOCKED    (1)
 
 
-/* The kernel notifies a process which uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */
index b9fa69ce37eb65e72003381b538376e9420c0b86..5811361e3abd7b18e86bd16903dd95c2bac198e5 100644 (file)
@@ -256,7 +256,7 @@ extern int __lll_robust_timedlock_wait (int *futex, const struct timespec *,
     1  -  taken by one user
    >1  -  taken by more users */
 
-/* The kernel notifies a process which uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */
index 6d4b13517bba691b7c6ba1f4509b60586efa4002..ad601c683397217e8e77ef3f11bea927294970eb 100644 (file)
@@ -319,7 +319,7 @@ __lll_robust_timedlock (int *futex, const struct timespec *abstime,
 
 extern int lll_unlock_wake_cb (lll_lock_t *__futex) attribute_hidden;
 
-/* The kernel notifies a process which uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */
index 24ed47e2264ebfda24921d9cc68657531d3314a1..e36ff2653630432bdf900cd686bc507f05e7eeb4 100644 (file)
@@ -267,7 +267,7 @@ extern int __lll_robust_timedlock_wait (int *futex, const struct timespec *,
 #define LLL_LOCK_INITIALIZER           (0)
 #define LLL_LOCK_INITIALIZER_LOCKED    (1)
 
-/* The kernel notifies a process with uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */
index fed152ae34ed3f63e4c31bd52892efc368eb89ed..4dbed8d37866895c9e95b0a85f2c7a54a27b0c13 100644 (file)
@@ -254,7 +254,7 @@ extern int __lll_robust_timedlock_wait (int *futex, const struct timespec *,
     1  -  taken by one user
    >1  -  taken by more users */
 
-/* The kernel notifies a process which uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */
index d368ae1b66e066db088618cd7a6ae1fa1c274b44..9c1701167ddcae444dc58acc6a305dad502e0d96 100644 (file)
@@ -268,7 +268,7 @@ __lll_robust_timedlock (int *futex, const struct timespec *abstime,
     1  -  taken by one user
    >1  -  taken by more users */
 
-/* The kernel notifies a process which uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */
index 8690c7be4a74ca5c2eb615eef6ec5cebf668a0b4..0e0d48ed064404d36788a6910dbedcdf8ab854d0 100644 (file)
@@ -255,7 +255,7 @@ __lll_robust_timedlock (int *futex, const struct timespec *abstime,
 #define LLL_LOCK_INITIALIZER_LOCKED    (1)
 
 
-/* The kernel notifies a process which uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards. */