From patchwork Tue Jul 28 09:02:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 7885 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 65961 invoked by alias); 28 Jul 2015 09:02:46 -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 65950 invoked by uid 89); 28 Jul 2015 09:02:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org From: Mike Frysinger To: libc-alpha@sourceware.org Subject: [PATCH/committed] ia64: clean up old kernel headers cruft Date: Tue, 28 Jul 2015 05:02:44 -0400 Message-Id: <1438074164-11224-1-git-send-email-vapier@gentoo.org> This define made more sense in the pre-sanitized kernel headers days, but since we require kernel versions that are sanitized, we don't need this hack anymore. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/ia64/Makefile | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf1efcc..b177adc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-07-27 Mike Frysinger + * sysdeps/unix/sysv/linux/ia64/Makefile (CPPFLAGS): Delete + the -D_ASM_IA64_CURRENT_H flag. + +2015-07-27 Mike Frysinger + [BZ #18641] * pwd/pwd.h (putpwent): Delete __nonnull markings. diff --git a/sysdeps/unix/sysv/linux/ia64/Makefile b/sysdeps/unix/sysv/linux/ia64/Makefile index 359e0c2..1de62c5 100644 --- a/sysdeps/unix/sysv/linux/ia64/Makefile +++ b/sysdeps/unix/sysv/linux/ia64/Makefile @@ -21,10 +21,6 @@ ifeq ($(subdir),rt) librt-routines += rt-sysdep endif -# This is a crude attempt to silence the compiler which complains about -# then 'current' definition in the kernel headers. -CPPFLAGS += -D_ASM_IA64_CURRENT_H - ifeq ($(subdir),nptl) libpthread-sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp endif