#include_next #ifdef NEED_PIPE2 int pipe2(int pipefd[2], int flags); #endif #ifdef __APPLE__ # include # define environ (*_NSGetEnviron()) #endif