summaryrefslogtreecommitdiff
path: root/libguile/posix-w32.h
Commit message (Expand)AuthorAgeFilesLines
* 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 Zaretskii2016-07-251-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 Wingo2016-07-251-0/+52