From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61809 invoked by alias); 15 Jul 2015 09:42:12 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 61799 invoked by uid 89); 15 Jul 2015 09:42:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Date: Wed, 15 Jul 2015 09:42:00 -0000 From: Siddhesh Poyarekar To: Arjun Shankar Cc: libc-alpha@sourceware.org Subject: Re: [PATCH] Modify elf/tst-audit9.c to use test-skeleton.c Message-ID: <20150715094205.GD29227@spoyarek.pnq.redhat.com> References: <20150709145129.GA33555@aloka.lostca.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150709145129.GA33555@aloka.lostca.se> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-07/txt/msg00437.txt.bz2 On Thu, Jul 09, 2015 at 02:51:30PM +0000, Arjun Shankar wrote: > > This test was skipped by the use-test-skeleton conversion script > [29955b5d] because the definition of `main' did not begin according to > the GNU formatting style that the script assumed. Committed. Thanks, Siddhesh