1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-06 17:18:12 +03:00

exit-status: fix mappings comment

It didn't reflect the current status.
This commit is contained in:
Iago López Galeiras 2020-12-11 13:21:54 +01:00 committed by Lennart Poettering
parent bcac754d66
commit abcd208840

View File

@ -18,8 +18,8 @@ const ExitStatusMapping exit_status_mappings[256] = {
* 863 (Currently unmapped)
* 6478 BSD defined exit codes
* 79199 (Currently unmapped)
* 200242 systemd's private error codes (might be extended to 254 in future development)
* 243254 (Currently unmapped, but see above)
* 200243 systemd's private error codes (might be extended to 254 in future development)
* 244254 (Currently unmapped, but see above)
*
* 255 EXIT_EXCEPTION (We use this to propagate exit-by-signal events. It's frequently used by others apps (like bash)
* to indicate exit reason that cannot really be expressed in a single exit status value such as a propagated