Imported Upstream version 6.12.0.129

Former-commit-id: 63ba228c1290c357a050293415887a15c2945697
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2021-03-11 08:50:30 +00:00
parent d973460903
commit 3996966487
80 changed files with 981 additions and 801 deletions

View File

@@ -927,8 +927,8 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
@ENABLE_MSVC_ONLY_TRUE@test-bundle-local:
@ENABLE_MSVC_ONLY_FALSE@clean-local:
@ENABLE_MSVC_ONLY_TRUE@test-bundle-local:
clean: clean-am
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \

View File

@@ -11,6 +11,12 @@
#define _GNU_SOURCE
#endif /* ndef _GNU_SOURCE */
#include <config.h>
#if defined(TARGET_MACH)
/* So we can use the declaration of preadv () */
#define _DARWIN_C_SOURCE
#endif
#include "sys-uio.h"
#include <sys/uio.h>