]> 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)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2024 02:02:06 +0000 (22:02 -0400)
tests/helpers/test_mkfds.c

index a99a28f4d459416ecb03bd8c9c2db34b2917f395..b7f120a2c8eefdacc42ddb4248b03904b1203853 100644 (file)
@@ -73,6 +73,7 @@
 #define EXIT_EPROTONOSUPPORT 20
 #define EXIT_EACCES 21
 #define EXIT_ENOENT 22
+#define EXIT_ENOSYS 23
 
 #define _U_ __attribute__((__unused__))