about summary refs log tree commit diff
path: root/bits/sigthread.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2017-02-27 22:55:00 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2017-02-28 10:34:15 +0100
commitb31737bdf94a1d9eb4108d10c4d38241b6fe788b (patch)
tree29d8a873dc986f3b166f6eef432b7253d63e6340 /bits/sigthread.h
parentd42eed4a044e5e10dfb885cf9891c2518a72a491 (diff)
downloadglibc-b31737bdf94a1d9eb4108d10c4d38241b6fe788b.tar.gz
glibc-b31737bdf94a1d9eb4108d10c4d38241b6fe788b.tar.xz
glibc-b31737bdf94a1d9eb4108d10c4d38241b6fe788b.zip
Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h>
The <bits/sigthread.h> header is included by <signal.h>, not <pthread.h>.
Diffstat (limited to 'bits/sigthread.h')
-rw-r--r--bits/sigthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/sigthread.h b/bits/sigthread.h
index 1cb14a811c..29e578d514 100644
--- a/bits/sigthread.h
+++ b/bits/sigthread.h
@@ -20,7 +20,7 @@
 #define _BITS_SIGTHREAD_H	1
 
 #if !defined _SIGNAL_H && !defined _PTHREAD_H
-# error "Never include this file directly.  Use <pthread.h> instead"
+# error "Never include this file directly.  Use <signal.h> instead"
 #endif
 
 /* Modify the signal mask for the calling thread.  The arguments have the