|
Message-ID: <20120925005857.0563897b@sibserver.ru> Date: Tue, 25 Sep 2012 00:58:57 +0800 From: orc <orc@...server.ru> To: musl@...ts.openwall.com Subject: Re: getopt* and iptables On Mon, 24 Sep 2012 09:23:23 -0700 Isaac Dunham <idunham@...abit.com> wrote: > If upstream wants to support libc5, this patch would be rejected. This patch is not for sending upstream, but (ugly) hack to make it build successfully. > Additionally, there's a better/simpler way to do it: -#if > defined(__GLIBC__) && __GLIBC__ == 2 +#if __GNU_LIBRARY__ >= 6 > || !defined(__GNU_LIBRARY__) /*__GNU_LIBRARY__ is what libc[1-5] used > */ Thanks.
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.