From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2478 Path: news.gmane.org!not-for-mail From: ojab Newsgroups: gmane.linux.lib.musl.general Subject: Re: SoX & pipe rewinding Date: Fri, 14 Dec 2012 21:57:23 +0400 Message-ID: <50CB6883.8070500@ojab.ru> References: <50CB2B38.8070703@ojab.ru> <20121214134009.GJ20323@brightrain.aerifal.cx> <50CB2EEC.2040909@ojab.ru> <50CB582C.9040109@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1355507857 7053 80.91.229.3 (14 Dec 2012 17:57:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Dec 2012 17:57:37 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2479-gllmg-musl=m.gmane.org@lists.openwall.com Fri Dec 14 18:57:51 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TjZWA-0005qX-Mz for gllmg-musl@plane.gmane.org; Fri, 14 Dec 2012 18:57:50 +0100 Original-Received: (qmail 28611 invoked by uid 550); 14 Dec 2012 17:57:37 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 28603 invoked from network); 14 Dec 2012 17:57:37 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=XXTW7IoOaUeMyIgK2Fbm7XFxkO4rXTHU5uAlooUy5vk=; b=fIFOBSfb9YYzhslHenVR0XwgP3tf2X3sMkFh5cVE5qP7eqMlYPTudm2kEaEAKmuto0 4TAjq+1lB658J2/npFelmkk6ka94Q3R/x1mQYIKnB6QG46oexYoJVZKfdvWcQDNHAM2Z 8cg0Chbnga69VulgpQSwR/XlF0iMHuYIgKOv98hV305Dp97bGzYZhzyqqXiTLvYWLaDf rCUOXKoJw99A3us21VqMXjkbPScOP6lrV3UNLXWVuGScczpQ6WgzHsrC9YM5jqQEdlwY pcUcbXAvLDLy6BjzyjZif6MWGbldB2l4V+gNR3P3XqE/aZXrYqqdHMtrxZAmfzeA5/wt HkXg== User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Thunderbird/20.0a1 In-Reply-To: <50CB582C.9040109@barfooze.de> X-Gm-Message-State: ALoCoQnoDNYTET4VyO2waKVROHEq9MWVykubWUbsdrmdH+D933IlJW83JujSHB2/L1pb3YqalBAi Xref: news.gmane.org gmane.linux.lib.musl.general:2478 Archived-At: On 14.12.2012 20:47, John Spencer wrote: > On 12/14/2012 02:51 PM, ojab wrote: > > > i think this function is completely unused as the UNUSED keyword in the > declaration suggests. > in that case, simply removing the function would be sufficient... > Unfortunately it is used, but parts of code where it's used are guarded by "#ifndef NO_REWIND_PIPE". So in the "#else" case it is unused, most likely keyword was added because of that. //wbr ojab