Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to add function check for fopen64 to CMake build
  • Loading branch information
slouken committed Aug 12, 2017
1 parent a48c9e6 commit 75d5f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -660,7 +660,7 @@ if(LIBC)
strdup _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa
_uitoa _ultoa strtol strtoul _i64toa _ui64toa strtoll strtoull
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
)
string(TOUPPER ${_FN} _UPPER)
Expand Down

0 comments on commit 75d5f34

Please sign in to comment.