#include <errno.h>
#ifndef ENOTEMPTY
#error "ENOTEMPTY is not defined"
#endif
int main(void) { return 0; }
