From 54a08ba03939797447a482bb791d3bbba90ca121 Mon Sep 17 00:00:00 2001 From: mirabilos Date: Sun, 21 May 2017 20:30:52 +0200 Subject: =?UTF-8?q?=E2=80=9Cnew=20LT=E2=80=9D=20is=20gone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Waldemar Brodkorb --- include/cancel.h | 4 ++-- 1 file 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) -- cgit v1.2.3