Removed fdatasync and gethostname definitions from platforms that don't have them

As verified by CMake builds in CI
This commit is contained in:
Sam Lantinga
2024-10-16 07:39:30 -07:00
parent cbbad4051b
commit ed1ec236c1
6 changed files with 0 additions and 10 deletions

View File

@@ -135,7 +135,6 @@ typedef unsigned int uintptr_t;
#define HAVE_MALLOC 1
#define HAVE_CALLOC 1
#define HAVE_REALLOC 1
#define HAVE_FDATASYNC 1
#define HAVE_FREE 1
#define HAVE_ABS 1
#define HAVE_MEMSET 1