1
0
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:
Ulrich Drepper
2009-11-14 10:20:25 -08:00
parent 8964681064
commit 0079dd2382
7 changed files with 37 additions and 2 deletions

View File

@@ -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
};