8 lines
131 B
C
8 lines
131 B
C
#ifndef _COMPAT_ERRNO_H_
|
|
#define _COMPAT_ERRNO_H_
|
|
|
|
#define EFTYPE ENOTSUP
|
|
|
|
#endif /* !_COMPAT_ERRNO_H_ */
|
|
|
|
#include_next <errno.h>
|