Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 04 Mar 2015 22:20:10 +0000
From: Neil Henning <misc@...kborn.com>
To: musl@...ts.openwall.com
Subject: Query: does musl have a define __musl__ or such?

Hey there,

I'm looking for a macro that I can ifdef on when I need to ban some libs 
from using non-standard c functions.

Something like;

#ifndef __musl__
// ...
#endif

Can't find anything at present, am I missing something?

-Neil.

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.