src/include/openbsd/errno.h

9 lines
131 B
C

#ifndef _COMPAT_ERRNO_H_
#define _COMPAT_ERRNO_H_
#define EFTYPE ENOTSUP
#endif /* !_COMPAT_ERRNO_H_ */
#include_next <errno.h>