Skip to content

Commit 4356a33

Browse files
committed
<malloc.h> is deprecated by POSIX and not required here
In file included from Source/GmmLib/ULT/GmmAuxTableULT.cpp:25: In file included from Source/GmmLib/ULT/./GmmAuxTableULT.h:33: /usr/include/malloc.h:3:2: error: "<malloc.h> has been replaced by <stdlib.h>" #error "<malloc.h> has been replaced by <stdlib.h>" ^
1 parent c76f450 commit 4356a33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/GmmLib/ULT/GmmAuxTableULT.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ OTHER DEALINGS IN THE SOFTWARE.
3030

3131
#include "GmmGen10ResourceULT.h"
3232
#include <stdlib.h>
33-
#include <malloc.h>
3433

3534
#ifndef ALIGN
3635
#define ALIGN(v, a) (((v) + ((a)-1)) & ~((a)-1))

0 commit comments

Comments
 (0)