URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [config/] [vax/] [xm-vaxult2.h] - Rev 106
Go to most recent revision | Compare with Previous | Blame | View Log
/* Definitions to make GDB run on a vax under Ultrix. */ #include "vax/xm-vax.h" extern char *strdup (); #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))
Go to most recent revision | Compare with Previous | Blame | View Log