diff dwcompat.h @ 2644:45a6b33a003a

Linux: Isolate linux/android specific code in #ifdef __linux__ So on unrecognized platforms the functions should just return 0. This should allow Android to get filesystem info through Linux calls.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 16 Aug 2021 06:51:28 +0000
parents 038f83009cdb
children 2b37d9b025cf
line wrap: on
line diff
--- a/dwcompat.h	Fri Aug 13 22:19:45 2021 +0000
+++ b/dwcompat.h	Mon Aug 16 06:51:28 2021 +0000
@@ -11,6 +11,7 @@
 #else
 #define HAVE_DIRENT_H 1
 #define HAVE_PIPE 1
+#define HAVE_VSNPRINTF 1
 #endif
 
 /* Attempt to include 64 bit file functions on various unix flavors */