lib/pipe.h


Log

Author Commit Date CI Message
Eric Blake deb58d48 2009-07-20T06:41:01 test-pipe: make a bit more robust. * tests/test-pipe.c (myerr): Allow error messages regardless of what we do to stderr. (test_pipe): Rearrange to avoid deadlock. (child_main): Try a larger read, to ensure we avoided deadlock. * lib/pipe.c (create_pipe) [_WIN32]: Fix comment. * lib/pipe.h (create_pipe_bidi): Document potential for deadlock if misused. Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible f07b9ce8 2009-07-19T13:13:43 Unify conditionals.
Bruno Haible 8df2459e 2008-09-28T16:07:52 Add comment about SIGPIPE.
Bruno Haible 57fdfd3f 2007-10-07T19:14:58 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible eb750bc6 2006-04-24T11:38:06 Include <unistd.h> unconditionally.
Paul Eggert 267a39ba 2005-05-14T06:03:57 *** empty log message ***
Bruno Haible 08f44b51 2004-02-03T21:48:51 New module 'pipe'.