Replace pipe_nonblock() with pipe2()

This commit is contained in:
Todd C. Miller
2017-03-13 12:11:52 -06:00
parent 7aa89c49b5
commit 35e4bd3e9f
4 changed files with 3 additions and 32 deletions

View File

@@ -195,7 +195,6 @@ char *tgetpass(const char *prompt, int timeout, int flags,
struct sudo_conv_callback *callback);
/* exec.c */
int pipe_nonblock(int fds[2]);
int sudo_execute(struct command_details *details, struct command_status *cstat);
/* parse_args.c */