aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-08-29 05:59:54 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-08-29 05:59:54 +0300
commite2607077715b14bc033e62d0203bd34d32b708c2 (patch)
tree492f719c7e7fd2e1dc4edcfc7d68059406e803c7 /awk.h
parentb03d089e9b87c4e64bd539a1703e740923a67aa4 (diff)
parentaf43bad53b2f05ba0d4403a59433f587a1e32b22 (diff)
downloadegawk-e2607077715b14bc033e62d0203bd34d32b708c2.tar.gz
egawk-e2607077715b14bc033e62d0203bd34d32b708c2.tar.bz2
egawk-e2607077715b14bc033e62d0203bd34d32b708c2.zip
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index 89106588..c6440928 100644
--- a/awk.h
+++ b/awk.h
@@ -178,6 +178,10 @@ extern void *memset_ulong(void *dest, int val, unsigned long l);
#define memset memset_ulong
#endif
+#ifdef HAVE_FWRITE_UNLOCKED
+#define fwrite fwrite_unlocked
+#endif /* HAVE_FWRITE_UNLOCKED */
+
#if defined(__EMX__) || defined(__MINGW32__)
#include "nonposix.h"
#endif /* defined(__EMX__) || defined(__MINGW32__) */