#include #include int rmdir(const char *pathname) { errno = ENOTSUP; return -1; }