Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 29 Mar 2013 17:00:47 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: #define __MUSL__ in features.h

On Fri, Mar 29, 2013 at 09:44:05PM +0100, Daniel Cegiełka wrote:
> Is it possible to add to the features.h __MUSL__ definition?
> 
> glibc can be identified by __GLIBC__, uclibc through __UCLIBC__ etc.

Is this question in the FAQ yet? If not, it really should be. The
answer is no, it won't be added, because it's a bug to assume a
certain implementation has particular properties rather than testing.
So far, every time somebody's asked for this with a particular usage
case in mind, the usage case was badly wrong, and would have broken
support for the next release of musl...

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.