From: Andreas Schwab Date: Mon, 27 Feb 2017 21:55:00 +0000 (+0100) Subject: Refer to instead of in X-Git-Tag: glibc-2.26~752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b31737bdf94a1d9eb4108d10c4d38241b6fe788b;p=thirdparty%2Fglibc.git Refer to instead of in The header is included by , not . --- diff --git a/ChangeLog b/ChangeLog index a64fff8c6b0..19ec5b2ec5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-02-28 Andreas Schwab + + * bits/sigthread.h: Refer to , not . + * sysdeps/pthread/bits/sigthread.h: Likewise. + 2017-02-27 Florian Weimer [BZ #21115] diff --git a/bits/sigthread.h b/bits/sigthread.h index 1cb14a811c7..29e578d5144 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 instead" +# error "Never include this file directly. Use instead" #endif /* Modify the signal mask for the calling thread. The arguments have the diff --git a/sysdeps/pthread/bits/sigthread.h b/sysdeps/pthread/bits/sigthread.h index 30a3af0177f..4302ee41e80 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 instead" +# error "Never include this file directly. Use instead" #endif /* Functions for handling signals. */