diff options
Diffstat (limited to 'sysdeps/gnu/errlist.h')
-rw-r--r-- | sysdeps/gnu/errlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/gnu/errlist.h b/sysdeps/gnu/errlist.h index 6329e5f393..e8416448da 100644 --- a/sysdeps/gnu/errlist.h +++ b/sysdeps/gnu/errlist.h @@ -593,6 +593,9 @@ _S(EBADRQC, N_("Invalid request code")) #ifdef EBADSLT _S(EBADSLT, N_("Invalid slot")) #endif +#if defined EDEADLOCK && EDEADLOCK != EDEADLK +_S (EDEADLOCK, N_ ("File locking deadlock error")) +#endif #ifdef EBFONT _S(EBFONT, N_("Bad font file format")) #endif |