Use _Exit() when available

This commit is contained in:
Sam Lantinga
2019-04-23 07:59:31 -07:00
parent 46af90d8c3
commit f79190f407
6 changed files with 36 additions and 3 deletions

View File

@@ -699,7 +699,7 @@ if(LIBC)
_uitoa _ultoa strtol strtoul _i64toa _ui64toa strtoll strtoull
atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp
vsscanf vsnprintf fopen64 fseeko fseeko64 sigaction setjmp
nanosleep sysconf sysctlbyname getauxval poll
nanosleep sysconf sysctlbyname getauxval poll _Exit
)
string(TOUPPER ${_FN} _UPPER)
set(_HAVEVAR "HAVE_${_UPPER}")