mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
* coop-defs.h (struct coop_t): Renamed errno --> _errno to prevent
errno macro expansion of this field name. (errno is a C preprocessor macro on some systems.)
This commit is contained in:
parent
756fa4f89b
commit
c44bfbc946
3 changed files with 9 additions and 3 deletions
|
@ -100,7 +100,7 @@ typedef struct coop_t {
|
|||
SELECT_TYPE *exceptfds;
|
||||
int timeoutp;
|
||||
struct timeval wakeup_time; /* Time to stop sleeping */
|
||||
int errno;
|
||||
int _errno;
|
||||
int retval;
|
||||
#else
|
||||
time_t wakeup_time; /* Time to stop sleeping */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue