src/include/openbsd/errno.h
2021-02-18 19:41:59 -05:00

8 lines
131 B
C

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