summaryrefslogtreecommitdiff
path: root/nptl/descr.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-17 08:58:31 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-17 08:58:31 +0000
commitbbde852717f9db0b39190ab5774204522569239b (patch)
treefed5fa0d3f6d466fab513f87ee3338d5149519d4 /nptl/descr.h
parent2667645020a4322a2730e340302748f1b0c1a1ce (diff)
Update.
2003-06-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sleep.c: Use CANCELLATION_P if defined before returning because seconds==0.
Diffstat (limited to 'nptl/descr.h')
-rw-r--r--nptl/descr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/descr.h b/nptl/descr.h
index 6004a26a83..26ee42d7c3 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;