mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Add support for new Linux error ERFKILL.
This commit is contained in:
@@ -1455,6 +1455,14 @@ TRANS error; @pxref{Cancel AIO Operations}. */
|
||||
# undef ERR_MAX
|
||||
# define ERR_MAX ENOTRECOVERABLE
|
||||
# endif
|
||||
#endif
|
||||
#ifdef ERFKILL
|
||||
/* */
|
||||
[ERR_REMAP (ERFKILL)] = N_("Operation not possible due to RF-kill"),
|
||||
# if ERFKILL > ERR_MAX
|
||||
# undef ERR_MAX
|
||||
# define ERR_MAX ERFKILL
|
||||
# endif
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user