File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cdk/include/mysql/cdk/foundation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 98
98
X (operation_not_permitted, EPERM) \
99
99
X (operation_not_supported, EOPNOTSUPP) \
100
100
X (operation_would_block, EWOULDBLOCK) \
101
- X (owner_dead, EOWNERDEAD) \
101
+ /* X (owner_dead, EOWNERDEAD) */ \
102
102
X (permission_denied, EACCES) \
103
103
X (protocol_error, EPROTO) \
104
104
X (protocol_not_supported, EPROTONOSUPPORT) \
105
105
X (read_only_file_system, EROFS) \
106
106
X (resource_deadlock_would_occur, EDEADLK) \
107
107
X (resource_unavailable_try_again, EAGAIN) \
108
108
X (result_out_of_range, ERANGE) \
109
- X (state_not_recoverable, ENOTRECOVERABLE) \
109
+ /* X (state_not_recoverable, ENOTRECOVERABLE)*/ \
110
110
/* X (stream_timeout, ETIME) */ \
111
111
X (text_file_busy, ETXTBSY) \
112
112
X (timed_out, ETIMEDOUT) \
You can’t perform that action at this time.
0 commit comments