SyntaxFix
Write A Post
Hire A Developer
Questions
Try to add next define at start of your .c file:
#define _GNU_SOURCE
It helped me with pipe2 function.