|
Message-ID: <20130211215223.GW20323@brightrain.aerifal.cx> Date: Mon, 11 Feb 2013 16:52:23 -0500 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: removed symbols in strings.h On Mon, Feb 11, 2013 at 01:14:30PM -0800, nwmcsween@...il.com wrote: > #if posix .... > deprecated warning etc > #endif No, if it's removed from POSIX, then they can't be declared, since the namespace belongs to the application. For instance, index() could be an application-defined macro that does something completely different. I doubt apps will do that for a while until POSIX 2008 is mainstream, but that's what the text of the standard means. What should be done, I think, is just exposing these functions under the same rules gethostbyname is exposed under. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.