pipe: retire the unused PIPE_LWANT macro
This commit is contained in:
@@ -88,7 +88,6 @@ struct pipemapping {
|
|||||||
#define PIPE_SEL 0x040 /* Pipe has a select active. */
|
#define PIPE_SEL 0x040 /* Pipe has a select active. */
|
||||||
#define PIPE_EOF 0x080 /* Pipe is in EOF condition. */
|
#define PIPE_EOF 0x080 /* Pipe is in EOF condition. */
|
||||||
#define PIPE_LOCKFL 0x100 /* Process has exclusive access to pointers/data. */
|
#define PIPE_LOCKFL 0x100 /* Process has exclusive access to pointers/data. */
|
||||||
#define PIPE_LWANT 0x200 /* Process wants exclusive access to pointers/data. */
|
|
||||||
#define PIPE_DIRECTW 0x400 /* Pipe direct write active. */
|
#define PIPE_DIRECTW 0x400 /* Pipe direct write active. */
|
||||||
#define PIPE_DIRECTOK 0x800 /* Direct mode ok. */
|
#define PIPE_DIRECTOK 0x800 /* Direct mode ok. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user