diff options
-rw-r--r-- | include/cancel.h | 4 |
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) |