1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +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:
Gary Houston 1999-09-18 17:13:38 +00:00
parent e684c60f44
commit 08b8c6948d
8 changed files with 148 additions and 107 deletions

View file

@ -441,7 +441,7 @@ scm_init_scmsigs ()
orig_handlers[i] = SIG_ERR;
#endif
#ifdef HAVE_RESTARTS
#ifdef HAVE_RESTARTABLE_SYSCALLS
/* ensure that system calls will be restarted for all signals. */
/* sigintterupt would be simpler, but it seems better to avoid
dependency on another system call. */