g/c PIPE_MOREW

This commit is contained in:
jdolecek 2001-07-02 20:44:17 +00:00
parent 12aa43b8b1
commit 9f7b135e53
1 changed files with 0 additions and 4 deletions

View File

@ -118,10 +118,6 @@ struct pipemapping {
#define PIPE_DIRECTW 0x400 /* Pipe direct write active. */
#define PIPE_SIGNALR 0x800 /* Do selwakeup() on read(2) */
#ifdef __NetBSD__
#define PIPE_MOREW 0x2000 /* Writer has more data to write. */
#endif
/*
* Per-pipe data structure.
* Two of these are linked together to produce bi-directional pipes.