From bbde852717f9db0b39190ab5774204522569239b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 17 Jun 2003 08:58:31 +0000 Subject: Update. 2003-06-17 Ulrich Drepper * sysdeps/unix/sysv/linux/sleep.c: Use CANCELLATION_P if defined before returning because seconds==0. --- nptl/descr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/descr.h') diff --git a/nptl/descr.h b/nptl/descr.h index 6004a26..26ee42d 100644 --- a/nptl/descr.h +++ b/nptl/descr.h @@ -99,7 +99,7 @@ struct pthread #if !TLS_DTV_AT_TP /* This overlaps the TCB as used for TLS without threads (see tls.h). */ tcbhead_t header; -#elif TLS_MULTIPLE_THREADS_IN_TCB +#else struct { int multiple_threads; -- cgit v1.1