diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2017-02-27 22:55:00 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2017-02-28 10:34:15 +0100 |
commit | b31737bdf94a1d9eb4108d10c4d38241b6fe788b (patch) | |
tree | 29d8a873dc986f3b166f6eef432b7253d63e6340 /sysdeps/pthread/bits | |
parent | d42eed4a044e5e10dfb885cf9891c2518a72a491 (diff) | |
download | glibc-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 'sysdeps/pthread/bits')
-rw-r--r-- | sysdeps/pthread/bits/sigthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/bits/sigthread.h b/sysdeps/pthread/bits/sigthread.h index 30a3af0177..4302ee41e8 100644 --- a/sysdeps/pthread/bits/sigthread.h +++ b/sysdeps/pthread/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 /* Functions for handling signals. */ |