|
Message-ID: <20140911144855.GM21835@port70.net> Date: Thu, 11 Sep 2014 16:48:55 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: why is there no __MUSL__ macro? * J?rg Krause <jkrause@...teo.de> [2014-09-11 15:33:16 +0200]: > eg, in FFmpeg/libavutils uses strerror_r which is implemented as a > XSI-compliant and a GNU-specific version. If I want to be sure to get the > XSI-compliant version, I unset _GNU_SOURCE and set _XOPEN_SOURCE=600. So I > do not need any further testing here, right? yes, using feature test macros should work (unless you want to support some very old version of the libc)
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.