* libc/sys/linux/sys/errno.h (EFTYPE): Add macro.
This commit is contained in:
@ -26,5 +26,6 @@ extern __IMPORT int _sys_nerr;
|
||||
#include <asm/errno.h>
|
||||
|
||||
#define ENOTSUP EOPNOTSUPP
|
||||
#define EFTYPE 79 /* Inappropriate file type or format */
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user