Skip to content
Snippets Groups Projects
Commit 236132cb authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

If malloc.h is included in a Solaris build, the compilation breaks.

Reported by: snuffy
Patch by: snuffy
(Closes issue #11313)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92939 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 8765a9d7
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ char *fgetln(FILE *fp, size_t *len);
#ifdef SUNOS
# undef REGEX
# undef REGEXP
# include <malloc.h>
/* # include <malloc.h> XXX Removed for Solaris build XXX */
typedef void (*sig_t)(int);
# ifdef __GNUC__
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment