Mark H Weaver skribis:
> I think perhaps we should simply remove the --disable-posix configure
> option in master,
Agreed.
> If we decide to keep --disable-posix (which should be the case on
> stable-2.0 regardless), then I think we should not apply this patch.
> Instead, we should just recomme
> From: Mark H Weaver
> Cc: l...@gnu.org (Ludovic Courtès), guile-devel@gnu.org
> Date: Sat, 22 Feb 2014 09:52:06 -0500
>
> Eli Zaretskii writes:
>
> > This patch removes several "#ifdef HAVE_POSIX" conditionals that
> > unnecessarily prevent useful Guile functions from showing up in the
> > M
Eli Zaretskii writes:
> This patch removes several "#ifdef HAVE_POSIX" conditionals that
> unnecessarily prevent useful Guile functions from showing up in the
> MinGW build on MS-Windows.
I think perhaps we should simply remove the --disable-posix configure
option in master, since it is apparent
This patch removes several "#ifdef HAVE_POSIX" conditionals that
unnecessarily prevent useful Guile functions from showing up in the
MinGW build on MS-Windows.
Remove unneeded HAVE_POSIX conditionals
* libguile/filesys.c (fsync, link) [__MINGW32__]: Redirect Posix
functions to their Windows equ