From patchwork Tue Jun 10 16:58:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wilco X-Patchwork-Id: 358058 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 913191400B2 for ; Wed, 11 Jun 2014 02:59:47 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=okrxNNywF7TrhtV+SImsV47Cda6v3 7cPofB70ZMl3x10zNVQ78j56UH1E6eiFpz4iZoRDx/HOClRYeGl3CnwhBGOf0ld1 rJUKFSXFtUjNUdRK62RJuvwrXxEJb5ZxKIK9FtRtA1IZQxbXAW00cmCBbjY9iqdm rj1HYbbd5KVo10= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=iE3Trbf16aKC+3adEjWtJYFRWmE=; b=XDG q2YaKlyhgTiLwHqE8kyd3hfoBOG5/V4A2WmnNPnY3i3d3d8DlLTDpyiXAPrGmAW7 e8lkzkiRXcn1wDM4fO2GXnHMSLXc3WNAwRpP53rZtJ5Meqlo39GYtGvavf+UQIHt tkIfF1aoVwwgtwzQk357ecVqeHSTnR/jPwVOtLDs= Received: (qmail 6318 invoked by alias); 10 Jun 2014 16:59:06 -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 6247 invoked by uid 89); 10 Jun 2014 16:59:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com From: "Wilco" To: "GNU C Library" Subject: [PATCH 2/5] ARM: Cleanup fenv implementation Date: Tue, 10 Jun 2014 17:58:55 +0100 Message-ID: <003201cf84cd$441bfa00$cc53ee00$@com> MIME-Version: 1.0 X-MC-Unique: 114061017590200101 Hi, This is a series of patches which improves the ARM fenv implementation. Remove an unused include. ChangeLog: 2014-06-10 Wilco * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include. --- sysdeps/arm/fsetexcptflg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/arm/fsetexcptflg.c b/sysdeps/arm/fsetexcptflg.c index 28810d3..38dc96e 100644 --- a/sysdeps/arm/fsetexcptflg.c +++ b/sysdeps/arm/fsetexcptflg.c @@ -17,7 +17,6 @@ . */ #include -#include #include #include