aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h
index 9d6e21626..f0b8ec10a 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -362,7 +362,7 @@ typedef unsigned smalluint;
362 362
363#endif 363#endif
364 364
365#if defined(__GLIBC__) 365#if (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200809L) || defined(__GLIBC__)
366# define fdprintf dprintf 366# define fdprintf dprintf
367#endif 367#endif
368 368