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