Index: third_party/harfbuzz-ng/src/hb-blob.cc |
diff --git a/third_party/harfbuzz-ng/src/hb-blob.cc b/third_party/harfbuzz-ng/src/hb-blob.cc |
index d6acca0fca5e55e3671b090a8e9469b1c54ab3e9..b8c93a08e43725cd761595b0e6b5d27603277c03 100644 |
--- a/third_party/harfbuzz-ng/src/hb-blob.cc |
+++ b/third_party/harfbuzz-ng/src/hb-blob.cc |
@@ -25,6 +25,9 @@ |
*/ |
/* http://www.oracle.com/technetwork/articles/servers-storage-dev/standardheaderfiles-453865.html */ |
+#if defined(_POSIX_C_SOURCE) |
+#undef _POSIX_C_SOURCE |
+#endif |
#define _POSIX_C_SOURCE 199309L |
#include "hb-private.hh" |