From: Mark Harfouche Date: Thu, 29 Aug 2024 02:02:06 +0000 (-0400) Subject: Define EXIT_ENOSYS in test helpers X-Git-Tag: v2.40.3~64 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c8e5137b7249b40ec256a2b2e26a49484b689e0;p=thirdparty%2Futil-linux.git Define EXIT_ENOSYS in test helpers (cherry picked from commit 8d66c53d34f4d79ba4d84ab868e3aabd722aa073) --- diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index 4b138c2ef..b9a47c43e 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -72,6 +72,7 @@ #define EXIT_EPROTONOSUPPORT 20 #define EXIT_EACCES 21 #define EXIT_ENOENT 22 +#define EXIT_ENOSYS 23 #define _U_ __attribute__((__unused__))