From 0e512e6ae3146fcf3ce2427c8c36937d708d149b Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 8 Sep 2020 19:46:44 +0930 Subject: * Fix bug in pth_poll: wrong use of FD_SET() causing undefined behaviour * Fix bug in proone: loading ns pool from dvault for resolv * Fix bug in htbt: improper handling of stream in htbt_relay_child() * Switch back to _POSIX_C_SOURCE=200112L --- proone.code-workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proone.code-workspace') diff --git a/proone.code-workspace b/proone.code-workspace index 3464962..db33ae8 100644 --- a/proone.code-workspace +++ b/proone.code-workspace @@ -10,7 +10,7 @@ "files.trimTrailingWhitespace": true, "C_Cpp.default.cStandard": "c11", "C_Cpp.default.defines": [ - "_POSIX_C_SOURCE=199506L", + "_POSIX_C_SOURCE=200112L", "PRNE_DEBUG", "PRNE_BUILD_ENTROPY={ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }", "PRNE_BIN_ALIGNMENT=8"], -- cgit v1.2.3-70-g09d2