From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6413 Path: news.gmane.org!not-for-mail From: Alexander Monakov Newsgroups: gmane.linux.lib.musl.general Subject: Re: the prototype decl of memcpy/memcmp/calloc/free shouldnot in sched.h Date: Sat, 1 Nov 2014 23:49:23 +0300 (MSK) Message-ID: References: <20141031032410.GZ22465@brightrain.aerifal.cx> <20141101162230.GH10829@port70.net> <20141101170236.GJ22465@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: ger.gmane.org 1414875117 18145 80.91.229.3 (1 Nov 2014 20:51:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2014 20:51:57 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6426-gllmg-musl=m.gmane.org@lists.openwall.com Sat Nov 01 21:51:53 2014 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XkfeI-0005MA-Fv for gllmg-musl@m.gmane.org; Sat, 01 Nov 2014 21:51:50 +0100 Original-Received: (qmail 32693 invoked by uid 550); 1 Nov 2014 20:51:49 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 32685 invoked from network); 1 Nov 2014 20:51:48 -0000 In-Reply-To: <20141101170236.GJ22465@brightrain.aerifal.cx> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) Xref: news.gmane.org gmane.linux.lib.musl.general:6413 Archived-At: > I think the problem may be that GCC activates _GNU_SOURCE by default > for C++. Am I right about this? Yes, that's true; see for example http://lwn.net/Articles/590504/ and https://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.predefined Alexander