Remove IO_NOWAIT, IO_WAIT
They make the code slightly clearer in some places, and more complicated in others. Not worth it.
This commit is contained in:
parent
55c53b9add
commit
2e4f63c270
5 changed files with 21 additions and 29 deletions
|
@ -42,9 +42,6 @@
|
|||
|
||||
#define IO_BUFSIZE 4096
|
||||
|
||||
#define IO_NOWAIT 0
|
||||
#define IO_WAIT 1
|
||||
|
||||
extern struct iop *io_open(int, int, int, struct timeval);
|
||||
extern void io_init(void);
|
||||
extern void io_close(struct iop *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue