From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2159 Path: news.gmane.org!not-for-mail From: Abdoulaye Walsimou GAYE Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 2/4] Add basic sys/cdefs.h found on most unix Date: Sun, 21 Oct 2012 01:38:52 +0200 Message-ID: <5083360C.3020602@embtoolkit.org> References: <1350764145-10305-1-git-send-email-awg@embtoolkit.org> <1350764145-10305-3-git-send-email-awg@embtoolkit.org> <20121020161841.ef32cdd2.idunham@lavabit.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350776344 13973 80.91.229.3 (20 Oct 2012 23:39:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2012 23:39:04 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2160-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 21 01:39:12 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TPidK-0001Ts-4U for gllmg-musl@plane.gmane.org; Sun, 21 Oct 2012 01:39:10 +0200 Original-Received: (qmail 1324 invoked by uid 550); 20 Oct 2012 23:39:02 -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 32760 invoked from network); 20 Oct 2012 23:39:02 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 In-Reply-To: <20121020161841.ef32cdd2.idunham@lavabit.com> Xref: news.gmane.org gmane.linux.lib.musl.general:2159 Archived-At: On 10/21/2012 01:18 AM, Isaac Dunham wrote: > On Sat, 20 Oct 2012 22:15:43 +0200 > Abdoulaye Walsimou Gaye wrote: > >> Signed-off-by: Abdoulaye Walsimou Gaye >> --- >> include/sys/cdefs.h | 22 ++++++++++++++++++++++ >> 1 file changed, 22 insertions(+) >> create mode 100644 include/sys/cdefs.h > I'm pretty sure that the last three times sys/cdefs.h was proposed, it was rejected. > > Unfortunately many packages (wrongly?) use to rely on macros defined there, sometimes indirectly via . Cheers,