mirror of
https://github.com/bkaradzic/bx.git
synced 2026-06-08 03:03:48 +00: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