|
Message-ID: <20111011235541.GW132@brightrain.aerifal.cx> Date: Tue, 11 Oct 2011 19:55:41 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: [PATCH] add memory.h On Tue, Oct 11, 2011 at 12:31:50PM +0200, Arvid Ephraim Picciani wrote: > --- > include/memory.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > create mode 100644 include/memory.h > > diff --git a/include/memory.h b/include/memory.h > new file mode 100644 > index 0000000..c8b49f2 > --- /dev/null > +++ b/include/memory.h > @@ -0,0 +1 @@ > +#include <stdlib.h> This is incorrect. memory.h is a nonsensical nonstandard alias for string.h, not stdlib.h. Rich
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.