Check the return value of pipe
On some systems, pipe is declared with the attribute warn_unused_result, so we have to check the return value.
This commit is contained in:
Reference in New Issue
Block a user
On some systems, pipe is declared with the attribute warn_unused_result, so we have to check the return value.