mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
* sysdeps/gnu/errlist.c: Regenerated.
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
2004-11-05 Roland McGrath <roland@redhat.com>
|
2004-11-05 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* manual/errno.texi (Error Codes): Revert last change for now.
|
* manual/errno.texi (Error Codes): Revert last change for now.
|
||||||
|
* sysdeps/gnu/errlist.c: Regenerated.
|
||||||
|
|
||||||
2004-11-04 Roland McGrath <roland@frob.com>
|
2004-11-04 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
@@ -1407,38 +1407,6 @@ TRANS error; @pxref{Cancel AIO Operations}. */
|
|||||||
# undef ERR_MAX
|
# undef ERR_MAX
|
||||||
# define ERR_MAX EMEDIUMTYPE
|
# define ERR_MAX EMEDIUMTYPE
|
||||||
# endif
|
# endif
|
||||||
#endif
|
|
||||||
#ifdef ENOKEY
|
|
||||||
/* */
|
|
||||||
[ERR_REMAP (ENOKEY)] = N_("Required key not available"),
|
|
||||||
# if ENOKEY > ERR_MAX
|
|
||||||
# undef ERR_MAX
|
|
||||||
# define ERR_MAX ENOKEY
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
#ifdef EKEYEXPIRED
|
|
||||||
/* */
|
|
||||||
[ERR_REMAP (EKEYEXPIRED)] = N_("Key has expired"),
|
|
||||||
# if EKEYEXPIRED > ERR_MAX
|
|
||||||
# undef ERR_MAX
|
|
||||||
# define ERR_MAX EKEYEXPIRED
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
#ifdef EKEYREVOKED
|
|
||||||
/* */
|
|
||||||
[ERR_REMAP (EKEYREVOKED)] = N_("Key has been revoked"),
|
|
||||||
# if EKEYREVOKED > ERR_MAX
|
|
||||||
# undef ERR_MAX
|
|
||||||
# define ERR_MAX EKEYREVOKED
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
#ifdef EKEYREJECTED
|
|
||||||
/* */
|
|
||||||
[ERR_REMAP (EKEYREJECTED)] = N_("Key was rejected by service"),
|
|
||||||
# if EKEYREJECTED > ERR_MAX
|
|
||||||
# undef ERR_MAX
|
|
||||||
# define ERR_MAX EKEYREJECTED
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user