From b31737bdf94a1d9eb4108d10c4d38241b6fe788b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 27 Feb 2017 22:55:00 +0100 Subject: [PATCH] Refer to instead of in The header is included by , not . --- ChangeLog | 5 +++++ bits/sigthread.h | 2 +- sysdeps/pthread/bits/sigthread.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a64fff8c6b..19ec5b2ec5 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 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 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 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 instead" +# error "Never include this file directly. Use instead" #endif /* Functions for handling signals. */