Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add POSIX shims for MinGW...* libguile/posix-w32.h: * libguile/posix-w32.c (kill, waitpid, getpriority, setpriority) (sched_getaffinity, sched_setaffinity): Add MinGW implementations. Also, provides macros that on Posix hosts are in sys/wait.h, like WIFEXITED and WTERMSIG. (start_child): Add implementation. | Eli Zaretskii | 2016-07-25 | 1 | -1/+47 |
* | Rename win32-uname.[ch] to posix-w32.[ch]...* libguile/posix-w32.c: * libguile/posix-w32.h: Rename from win32-uname.c and win32-uname.h. * libguile/posix.c: * libguile/Makefile.am (EXTRA_libguile_@GUILE_EFFECTIVE_VERSION@_la_SOURCES) (noinst_HEADERS): Adapt. | Andy Wingo | 2016-07-25 | 1 | -0/+52 |