diff options
Diffstat (limited to 'sysdeps')
-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 30a3af0..4302ee4 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. */ |