Re: [PATCH] Remove unneeded HAVE_POSIX conditionals

2014-02-26 Thread Ludovic Courtès
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

Re: [PATCH] Remove unneeded HAVE_POSIX conditionals

2014-02-22 Thread Eli Zaretskii
> 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

Re: [PATCH] Remove unneeded HAVE_POSIX conditionals

2014-02-22 Thread Mark H Weaver
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

[PATCH] Remove unneeded HAVE_POSIX conditionals

2014-02-22 Thread Eli Zaretskii
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