summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/TLpatches/patch-19-netbsd
blob: 2c44d8141e09e057af6683fd786d3cc034dfa76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	Date: Sat, 13 Jan 2018 14:28:11 +0100
	From: Marc Baudoin <babafou@babafou.eu.org>
	tlbuild

--- icu-src/source/common/uposixdefs.h	(revision 46329)
+++ icu-src/source/common/uposixdefs.h	(working copy)
@@ -71,4 +71,8 @@
 #   define _STDC_C99
 #endif
 
+#if defined(__cplusplus) && defined(__NetBSD__)
+#define _ISOC99_SOURCE
+#endif
+
 #endif  /* __UPOSIXDEFS_H__ */