Browse Source

“new LT” is gone

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
mirabilos 7 years ago
parent
commit
54a08ba039
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/cancel.h

+ 2 - 2
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)