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:
Markus Armbruster 2009-04-26 10:36:57 +02:00
parent 55c53b9add
commit 2e4f63c270
5 changed files with 21 additions and 29 deletions

View file

@ -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 *);