Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/hmaarrfk/util-linux
Browse files Browse the repository at this point in the history
* 'patch-1' of https://github.com/hmaarrfk/util-linux:
  Define EXIT_ENOSYS in test helpers
  • Loading branch information
karelzak committed Aug 29, 2024
2 parents 0c68c3d + 8d66c53 commit 7286598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers/test_mkfds.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
#define EXIT_EPROTONOSUPPORT 20
#define EXIT_EACCES 21
#define EXIT_ENOENT 22
#define EXIT_ENOSYS 23

#define _U_ __attribute__((__unused__))

Expand Down

0 comments on commit 7286598

Please sign in to comment.