mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
1999-09-18 Gary Houston <ghouston@freewire.co.uk>
* configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of testing for SA_RESTART. 1999-09-18 Gary Houston <ghouston@freewire.co.uk> * _scm.h, scmsigs.c: replace HAVE_RESTARTS with HAVE_RESTARTABLE_SYSCALLS.
This commit is contained in:
parent
e684c60f44
commit
08b8c6948d
8 changed files with 148 additions and 107 deletions
|
@ -83,7 +83,7 @@
|
|||
when installing signal handlers.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_RESTARTS
|
||||
#ifdef HAVE_RESTARTABLE_SYSCALLS
|
||||
#define SCM_SYSCALL(line) line
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue