From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1211) id 389C63846410; Wed, 5 Aug 2020 06:24:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 389C63846410 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Paul Eggert To: glibc-cvs@sourceware.org Subject: [glibc] Sync regex.h from Gnulib X-Act-Checkin: glibc X-Git-Author: Paul Eggert X-Git-Refname: refs/heads/master X-Git-Oldrev: db10cd9e62a29d6dccf55bbce367dab5a72220bb X-Git-Newrev: 6aa1160d16b0886af125a7e7883aab2203ed156d Message-Id: <20200805062416.389C63846410@sourceware.org> Date: Wed, 5 Aug 2020 06:24:16 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2020 06:24:16 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6aa1160d16b0886af125a7e7883aab2203ed156d commit 6aa1160d16b0886af125a7e7883aab2203ed156d Author: Paul Eggert Date: Tue Aug 4 23:24:03 2020 -0700 Sync regex.h from Gnulib * posix/regex.h: Remove an ‘#ifndef _CRAY’ that hasn’t been needed for years in Gnulib (and was needed only because of Gnulib). Diff: --- posix/regex.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/posix/regex.h b/posix/regex.h index 87cce7f5cb..5fe41c8685 100644 --- a/posix/regex.h +++ b/posix/regex.h @@ -600,11 +600,9 @@ extern void re_set_registers (struct re_pattern_buffer *__buffer, #endif /* Use GNU */ #if defined _REGEX_RE_COMP || (defined _LIBC && defined __USE_MISC) -# ifndef _CRAY /* 4.2 bsd compatibility. */ extern char *re_comp (const char *); extern int re_exec (const char *); -# endif #endif /* For plain 'restrict', use glibc's __restrict if defined.