mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
Add `scm_sigaction_for_thread' stub for MinGW.
* libguile/scmsigs.c (scm_sigaction_for_thread)[__MINGW32__]: New stub. (SIGHUP, SIGPIPE)[__MINGW32__]: New defines.
This commit is contained in:
parent
f9567b84e9
commit
99507f1cda
2 changed files with 22 additions and 1 deletions
|
@ -52,7 +52,9 @@
|
|||
|
||||
#ifdef __MINGW32__
|
||||
# include "posix-w32.h"
|
||||
#endif
|
||||
# define SIGHUP 1
|
||||
# define SIGPIPE 13
|
||||
#endif /* __MINGW32__ */
|
||||
|
||||
#include "async.h"
|
||||
#include "bitvectors.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue