diff options
Diffstat (limited to 'bits')
-rw-r--r-- | bits/sigthread.h | 2 |
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 |