[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC 06/23] libxc: remove include of malloc.h
The malloc set of functions should have their prototypes in stdlib.h according to: http://pubs.opengroup.org/onlinepubs/009695399/functions/malloc.html Signed-off-by: Roger Pau Monnà <roger.pau@xxxxxxxxxx> Cc: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/libxc/xg_private.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tools/libxc/xg_private.c b/tools/libxc/xg_private.c index a914068..c52cb44 100644 --- a/tools/libxc/xg_private.c +++ b/tools/libxc/xg_private.c @@ -21,7 +21,6 @@ #include <stdlib.h> #include <unistd.h> #include <zlib.h> -#include <malloc.h> #include "xg_private.h" -- 1.7.7.5 (Apple Git-26) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |