We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa131b commit 7b6d0a5Copy full SHA for 7b6d0a5
core/shared/platform/common/posix/posix_file.c
@@ -25,12 +25,14 @@
25
* For NuttX, CONFIG_HAS_ISATTY is provided by its platform header.
26
* (platform_internal.h)
27
*/
28
+#if !defined(CONFIG_HAS_D_INO)
29
#if !defined(__NuttX__)
30
#define CONFIG_HAS_D_INO 1
31
#define CONFIG_HAS_ISATTY 1
32
#else
33
#define CONFIG_HAS_D_INO 0
34
#endif
35
+#endif
36
37
#if !defined(__APPLE__) && !defined(ESP_PLATFORM) && !defined(__COSMOPOLITAN__)
38
#define CONFIG_HAS_POSIX_FALLOCATE 1
0 commit comments