1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Add Gnulib 'sys_select' module, needed for MinGW.

This is again from Gnulib v0.1-5703-g356a414e8c.

* m4/gnulib-cache.m4: Add 'sys_select'.
* libguile/threads.c: Include <sys/select.h>.
This commit is contained in:
Ludovic Courtès 2023-01-19 15:42:08 +01:00
parent a43a8fd8ba
commit 616c217409
3 changed files with 5 additions and 1 deletions

View file

@ -140,6 +140,7 @@
# stdlib \
# striconveh \
# string \
# sys_select \
# sys_stat \
# time \
# times \
@ -246,6 +247,7 @@ gl_MODULES([
stdlib
striconveh
string
sys_select
sys_stat
time
times