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:
parent
2c4e1a3484
commit
b8ff5fe924
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@
|
|||
#include "coop-threads.h"
|
||||
#endif
|
||||
|
||||
#ifdef DECLARE_BZERO
|
||||
extern void bzero (void *, size_t);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* COOP queue macros */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue