
On Fedora 20, mingw-headers has switched over to winpthreads as the provider for its <pthread.h>. winpthreads is notorious for providing a less-than-stellar header, and needs several workarounds before it can be used in a project assuming POSIX semantics. While we still use Windows primitives rather than pthread when compiling for mingw, this update will make it possible to switch to mingw pthreads. * .gnulib: Update to latest, for mingw fixes. Signed-off-by: Eric Blake <eblake@redhat.com> --- We're in between releases, so I'm pushing this under the gnulib/trivial rule. * .gnulib d18d1b8...d5fec6c (15):
pthread: work around winpthread header pollution on mingw qacl: check for fchmod Fix typo in ChangeLog. fdopen-tests: port to Tru64 stdalign: port to HP-UX compilers strtoimax: port to platforms lacking 'long long' update from texinfo relocatable-maint.texi: escape braces maint: remove duplicate ChangeLog entry maint.mk: adapt openat.h-include-without-use test relocatable-perl: like relocatable-script, but for Perl scripts relocatable-shell: Update suggested usage in maintainer documentation. tests: fix export bug in previous patch tests: simplify porting to Solaris 10 /bin/sh update from texinfo
.gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gnulib b/.gnulib index d18d1b8..d5fec6c 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit d18d1b8023822220bb8f0a079c7312a1adffdce0 +Subproject commit d5fec6c22f03c6a73d62260c9ce091c10c0a9cbd -- 1.8.5.3