#include "stddef.h" #include "sys/types.h" #include long fpathconf(int fildes, int name) { (void)fildes; (void)name; return 0; } /* POSIX(1) */