My c code uses \'memset\' and \'close\'. And I have added:
#include #include #include
But I sti
Try to add next define at start of your .c file:
#define _GNU_SOURCE
It helped me with pipe2 function.