diff options
Diffstat (limited to 'gl/tests/test-errno.c')
-rw-r--r-- | gl/tests/test-errno.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gl/tests/test-errno.c b/gl/tests/test-errno.c index d9a030f448..8d0071741f 100644 --- a/gl/tests/test-errno.c +++ b/gl/tests/test-errno.c @@ -98,6 +98,8 @@ int e115 = EINPROGRESS; int e116 = ESTALE; int e122 = EDQUOT; int e125 = ECANCELED; +int e130 = EOWNERDEAD; +int e131 = ENOTRECOVERABLE; /* Don't verify that these errno values are all different, except for possibly EWOULDBLOCK == EAGAIN. Even Linux/x86 does not pass this check: it has |