The argument type of usleep varies from system to system,
authorJim Blandy <jimb@red-bean.com>
Mon, 12 Oct 1998 21:08:38 +0000 (21:08 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 12 Oct 1998 21:08:38 +0000 (21:08 +0000)
commitad1a6f1a3c9a47166b03d49ac2fd10f797c440a3
treef2cb85a96b875873f86eca58244d55229d9c8ca9
parentfc342a63d9cdc5dc2a5d48d3ccf62239f6c07551
The argument type of usleep varies from system to system,
as does the return type.  We really shouldn't be redefining usleep
at all, but I don't have time to clean that up before the 1.3.
release.  It's on the schedule for afterwards.  (Thanks to Julian
Satchell.)
* coop.c (usleep): Use USLEEP_ARG_TYPE in prototype and
definition.
* scmsigs.c (usleep): Use USLEEP_ARG_TYPE in prototype.
* scmconfig.h: Regenerated.
libguile/coop.c
libguile/scmconfig.h.in
libguile/scmsigs.c