1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-08 13:36:32 +00:00

Check pipe size for possible blocking

This commit is contained in:
Gerhard Rieger 2023-11-06 21:42:11 +01:00
parent e015aaaee6
commit fc21e154b9
7 changed files with 64 additions and 15 deletions

View file

@ -9,4 +9,6 @@ extern const struct addrdesc xioaddr_pipe;
extern const struct optdesc opt_f_setpipe_sz;
extern int xio_chk_pipesz(int fd);
#endif /* !defined(__xio_pipe_h_included) */