From patchwork Tue Feb 28 09:35:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 19395 Received: (qmail 56070 invoked by alias); 28 Feb 2017 09:35:09 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 56057 invoked by uid 89); 28 Feb 2017 09:35:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=fingerprint X-HELO: mail-out.m-online.net X-Auth-Info: jJmedWy2rg4enobXYDvNujqYJXdzna1xF4QvH5I+IW+ybiND7KC/LgTpSI86XoiC From: Andreas Schwab To: libc-alpha@sourceware.org Subject: [PATCH] Refer to instead of in X-Yow: He probably just wants to take over my CELLS and then EXPLODE inside me like a BARREL of runny CHOPPED LIVER! Or maybe he'd like to PSYCHOLOGICALLY TERRORIZE ME until I have no objection to a RIGHT-WING MILITARY TAKEOVER of my apartment!! I guess I should call AL PACINO! Date: Tue, 28 Feb 2017 10:35:01 +0100 Message-ID: <87o9xm64l6.fsf@linux-m68k.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 The header is included by , not . Installed as obvious. * bits/sigthread.h: Refer to , not . * sysdeps/pthread/bits/sigthread.h: Likewise. 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. */