summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormirabilos <m@mirbsd.org>2017-05-21 20:30:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-05-22 12:07:33 +0200
commit54a08ba03939797447a482bb791d3bbba90ca121 (patch)
tree2fa4d8c5c1361e7bb17d3da9c1de5d8277450578
parent1e660c21a565defad10585800aaa0122717e8f54 (diff)
“new LT” is gone
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-rw-r--r--include/cancel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cancel.h b/include/cancel.h
index 629df555f..48881599d 100644
--- a/include/cancel.h
+++ b/include/cancel.h
@@ -14,8 +14,8 @@
* 2. if it is hidden, add the prototype to the appropiate header where NAME has
* it's prototype (guarded by _LIBC)
* 3. add a CANCELLABLE_SYSCALL(...) line at the end, this will create the function
- * NAME (as weak) with enabled cancellation for NPTL (and later for new LT), for
- * LT_OLD it will also create a strong_alias to __libc_NAME to be used in libpthread
+ * NAME (as weak) with enabled cancellation for NPTL, for
+ * LT it will also create a strong_alias to __libc_NAME to be used in libpthread
* 4. if you need libc_hidden_(weak|def) line, use instead lt_libc_hidden, this will
* take care of the correct type, weak or strong depending on the THREADS type
* 5. If the implementation can't be done using CANCELLABLE_SYSCALL (like for fcntl)