]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Define EXIT_ENOSYS in test helpers
authorMark Harfouche <mark.harfouche@gmail.com>
Thu, 29 Aug 2024 02:02:06 +0000 (22:02 -0400)
committerKarel Zak <kzak@redhat.com>
Thu, 29 Aug 2024 09:58:49 +0000 (11:58 +0200)
(cherry picked from commit 8d66c53d34f4d79ba4d84ab868e3aabd722aa073)

tests/helpers/test_mkfds.c

index 4b138c2efd1ed3a230d4db12ee8d7aa8333f8440..b9a47c43e12c433477d178e62f7dd5c0b81290b9 100644 (file)
@@ -72,6 +72,7 @@
 #define EXIT_EPROTONOSUPPORT 20
 #define EXIT_EACCES 21
 #define EXIT_ENOENT 22
+#define EXIT_ENOSYS 23
 
 #define _U_ __attribute__((__unused__))