]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/exit-status.c
exit-status: rename EXIT_STATUS_GLIBC → EXIT_STATUS_LIBC
authorLennart Poettering <lennart@poettering.net>
Mon, 29 Jul 2019 17:05:25 +0000 (19:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 29 Jul 2019 17:05:25 +0000 (19:05 +0200)
commite04ed6db6b44681b7a7876b9c4a1e6adaf877670
tree092d3d785b252e74139db089c16bce42a2cd9b91
parent1d7458fbb1b09ebbfdcf775909e09c56d6a6023e
exit-status: rename EXIT_STATUS_GLIBC → EXIT_STATUS_LIBC

After all these two exit codes are defined by ISO C as part of the C
library, and it's not the GNU implementation defines them.
src/core/execute.c
src/core/main.c
src/shared/exit-status.c
src/shared/exit-status.h
src/systemctl/systemctl.c