mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#if BX_CRT_GLIBC
|
||||
#include_next <alloca.h>
|
||||
#if defined(__GLIBC__)
|
||||
# include_next <alloca.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
# include <stdlib.h>
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifdef BX_CRT_GLIBC
|
||||
#include_next <signal.h>
|
||||
#if defined(__GLIBC__)
|
||||
# include_next <signal.h>
|
||||
#else
|
||||
#include <sys/signal.h>
|
||||
# include <sys/signal.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user