From: Mark Harfouche Date: Thu, 29 Aug 2024 02:02:06 +0000 (-0400) Subject: Define EXIT_ENOSYS in test helpers X-Git-Tag: v2.42-start~221^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d66c53d34f4d79ba4d84ab868e3aabd722aa073;p=thirdparty%2Futil-linux.git Define EXIT_ENOSYS in test helpers --- diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index a99a28f4d..b7f120a2c 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -73,6 +73,7 @@ #define EXIT_EPROTONOSUPPORT 20 #define EXIT_EACCES 21 #define EXIT_ENOENT 22 +#define EXIT_ENOSYS 23 #define _U_ __attribute__((__unused__))