From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123551 invoked by alias); 19 Jun 2017 22:14:47 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 123528 invoked by uid 89); 19 Jun 2017 22:14:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:307, hello!, H*F:D*pl X-HELO: smtpo69.poczta.onet.pl Received: from smtpo69.poczta.onet.pl (HELO smtpo69.poczta.onet.pl) (141.105.16.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Jun 2017 22:14:40 +0000 Received: from [192.168.2.253] (83-238-232-239.adsl.inetia.pl [83.238.232.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: freddie_chopin@op.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3ws4ym3Ml9z18VjRw for ; Tue, 20 Jun 2017 00:14:39 +0200 (CEST) Message-ID: <1497910479.1511.10.camel@op.pl> Subject: What's the purpose of __fp_lock_all() / __fp_unlock_all() ? From: Freddie Chopin To: newlib Date: Mon, 19 Jun 2017 22:14:00 -0000 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017/txt/msg00439.txt.bz2 Hello! What's the purpose of __fp_lock_all() and __fp_unlock_all() from newlib/libc/stdio/findfp.c? These functions don't seem to be used anywhere and they have no public prototypes. Could they be just deleted from the repository? Regards, FCh