Forgot to add function check for fopen64 to CMake build
This commit is contained in:
parent
846a2035b2
commit
08f9b64eb9
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ if(LIBC)
|
||||||
strdup _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa
|
strdup _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa
|
||||||
_uitoa _ultoa strtol strtoul _i64toa _ui64toa strtoll strtoull
|
_uitoa _ultoa strtol strtoul _i64toa _ui64toa strtoll strtoull
|
||||||
atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp
|
atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp
|
||||||
vsscanf vsnprintf fseeko fseeko64 sigaction setjmp
|
vsscanf vsnprintf fopen64 fseeko fseeko64 sigaction setjmp
|
||||||
nanosleep sysconf sysctlbyname getauxval
|
nanosleep sysconf sysctlbyname getauxval
|
||||||
)
|
)
|
||||||
string(TOUPPER ${_FN} _UPPER)
|
string(TOUPPER ${_FN} _UPPER)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue