This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] scmsigs.c: Linux `usleep()' returns void.


 I hope this is the right solution.  It functions as I would expect:

guile> (usleep 20000)
0

... after a noticable pause.


1998-04-25  Karl M. Hegbloom  <karlheg@debian.org>

	* scmsigs.c (scm_usleep): ifdef for Linux `usleep();' which
 	returns void rather than int.

scmsigs.c.diff