From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2789 Path: news.gmane.org!not-for-mail From: nwmcsween@gmail.com Newsgroups: gmane.linux.lib.musl.general Subject: Re: removed symbols in strings.h Date: Mon, 11 Feb 2013 13:14:30 -0800 Message-ID: <8923846D-177A-499F-98B6-B2CDD149AD39@gmail.com> References: <1360614347.2536.49.camel@eris.loria.fr> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360617291 2355 80.91.229.3 (11 Feb 2013 21:14:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2013 21:14:51 +0000 (UTC) To: "musl@lists.openwall.com" Original-X-From: musl-return-2790-gllmg-musl=m.gmane.org@lists.openwall.com Mon Feb 11 22:15:12 2013 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 1U50iQ-0002N5-Pl for gllmg-musl@plane.gmane.org; Mon, 11 Feb 2013 22:15:06 +0100 Original-Received: (qmail 31925 invoked by uid 550); 11 Feb 2013 21:14:47 -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 31915 invoked from network); 11 Feb 2013 21:14:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:references:from:content-type:x-mailer :in-reply-to:message-id:date:to:content-transfer-encoding :mime-version; bh=02ZR5CXmqvcMub+Wbv1+XUvEH7WD4700Aya5zmy5Obc=; b=pYCavucR/DH2S2cK5zwpXMn5ZC8XQ8IsV0Sf49RIU/DsgDCvkV1vMS1UeIAWaOG9zQ bO6W56+XDIUY0iCEE1ODUe+haAIiOcb9GLG6yCIqvaUxUyNB6h5TD6/1x/A7go5puHjP 54esNKxZ46qvip0PgfV+wJy5L9PGIh4/jWgdnwmmYIS6RttVdSiVrYcy2DMHZ3vUMAp2 vKZqG8C4KtKLOPFoG3OmVhZSGzBTOfcIXmHYt12MFLWwcQJxiw4mD56+jvE4jdJqz8pi xRhcmZFj+XTZkhpIapF7RZmL19YaR1EaiNau0OTPieIwWQXYuwEz2JPMMLIa1PLZqf1v /p3Q== X-Received: by 10.66.83.6 with SMTP id m6mr44638189pay.52.1360617274542; Mon, 11 Feb 2013 13:14:34 -0800 (PST) X-Mailer: iPhone Mail (10B144) In-Reply-To: <1360614347.2536.49.camel@eris.loria.fr> Xref: news.gmane.org gmane.linux.lib.musl.general:2789 Archived-At: #if posix .... deprecated warning etc #endif On Feb 11, 2013, at 12:25 PM, Jens Gustedt wrote: > Hello, > the functions > > int bcmp (const void *, const void *, size_t); > void bcopy (const void *, void *, size_t); > void bzero (void *, size_t); > char *index (const char *, int); > char *rindex (const char *, int); > > in strings.h are removed from the current version of the POSIX > standard. Shouldn't that mean they should be put between guards > (something with POSIX version and / or __GNU_SOURCE) and the symbols > made weak in the library? > > Jens > > -- > :: INRIA Nancy Grand Est :: http://www.loria.fr/~gustedt/ :: > :: AlGorille ::::::::::::::: office Nancy : +33 383593090 :: > :: ICube :::::::::::::: office Strasbourg : +33 368854536 :: > :: ::::::::::::::::::::::::::: gsm France : +33 651400183 :: > :: :::::::::::::::::::: gsm international : +49 15737185122 :: > >