* posix.c: don't include <sys/select.h> or define macros for
authorGary Houston <ghouston@arglist.com>
Thu, 15 May 1997 08:46:37 +0000 (08:46 +0000)
committerGary Houston <ghouston@arglist.com>
Thu, 15 May 1997 08:46:37 +0000 (08:46 +0000)
commita48a89bc1705db11abd626edf41363c03de46f35
treec2804635d09c45816c0f3736d927607f4d26994a
parent223be5f0438eec153b2aacc8dd3820dab9cf38e0
* posix.c: don't include <sys/select.h> or define macros for
select, since they were not used in this file.

* * filesys.c (scm_select): make the fifth parameter microseconds,
not milliseconds.  let the fourth parameter be either a real value
or an integer or #f.  The first, second and third arguments can
now be vectors: the type of the corresponding return set will be
the same.
(set_element, get_element): new static procedures.
libguile/ChangeLog
libguile/filesys.c
libguile/posix.c