You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.129
Former-commit-id: 63ba228c1290c357a050293415887a15c2945697
This commit is contained in:
parent
d973460903
commit
3996966487
@@ -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 \
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user