1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* iselect.c: Declare bzero if not defined by OS.

This commit is contained in:
Mikael Djurfeldt 1998-04-20 00:39:31 +00:00
parent 2c4e1a3484
commit b8ff5fe924

View file

@ -59,6 +59,10 @@
#include "coop-threads.h"
#endif
#ifdef DECLARE_BZERO
extern void bzero (void *, size_t);
#endif
/* COOP queue macros */