error: map ERROR_NOT_SUPPORTED to EPERM

This commit is contained in:
Bert Belder 2017-12-05 04:46:19 +01:00
parent af9a6eb40f
commit 283aa5fe76

View File

@ -51,7 +51,7 @@
X(ERROR_NOT_LOCKED, EACCES) \
X(ERROR_NOT_READY, EACCES) \
X(ERROR_NOT_SAME_DEVICE, EXDEV) \
X(ERROR_NOT_SUPPORTED, EOPNOTSUPP) \
X(ERROR_NOT_SUPPORTED, EPERM) \
X(ERROR_NO_MORE_FILES, ENOENT) \
X(ERROR_NO_SYSTEM_RESOURCES, ENOMEM) \
X(ERROR_OPERATION_ABORTED, EINTR) \