Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 8 Feb 2013 17:41:34 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: musl detection by preprocessor

* Jens Gustedt <jens.gustedt@...ia.fr> [2013-02-08 17:28:07 +0100]:
> In short I have some problem where they (the gnus) deviate from
> standard interfaces, here this was triggered by their different
> iterface for strerror_r. Now the musl compiler wrapper doesn't allow
> to distinguish a linux system with glibc or with musl (or at least I
> didn'find one).
> 
> Inspecting the wrapper, it looks quite easy to add something like
> 
> -D__MUSL__=000909UL
> 

can you use #ifdef __GLIBC__ ?

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.