forked from Imagelibrary/binutils-gdb
* config/vax/xm-vaxult2.h: Define FD_SET and FD_ZERO.
This commit is contained in:
@@ -5,3 +5,8 @@ extern char *strdup();
|
||||
|
||||
#define MEM_FNS_DECLARED
|
||||
#define NO_PTRACE_H
|
||||
|
||||
/* Old versions of ultrix have fd_set but not the FD_* macros. */
|
||||
|
||||
#define FD_SET(bit,fdsetp) ((fdsetp)->fds_bits[(n) / 32] |= (1 << ((n) % 32)))
|
||||
#define FD_ZERO(fdsetp) memset (fdsetp, 0, sizeof (*fdsetp))
|
||||
|
||||
Reference in New Issue
Block a user