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

--- source/common/uposixdefs.h~	2022-04-07 15:41:55.000000000 -0700
+++ source/common/uposixdefs.h	2022-05-30 13:25:39.198799302 -0700
@@ -75,3 +75,7 @@
 #endif
 
+#if defined(__cplusplus) && defined(__NetBSD__)
+#define _ISOC99_SOURCE
+#endif
+
 #endif  /* __UPOSIXDEFS_H__ */