diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-04-01 18:04:03 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-04-01 18:04:47 -0700 |
commit | 16750dd412020e7914113acc0664e6ba37f5bbf6 (patch) | |
tree | d61648585623a519eec8a3af8cda882bcfab6919 /libs/pthsem/patches | |
parent | 0c432f890220053330cdaf74876c6d652bfb3c11 (diff) |
mpack: Fix conflicting malloc definition
Use stdlib.h for malloc(), getenv() and realloc(). Fixes the following
build failure:
unixos.c:42:14: error: conflicting types for 'malloc'
extern char *malloc();
^
Makefile:168: recipe for target 'unixos.o' failed
make[3]: *** [unixos.o] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'libs/pthsem/patches')
0 files changed, 0 insertions, 0 deletions