summaryrefslogtreecommitdiff
path: root/src/core/execute.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-29 19:05:25 +0200
committerLennart Poettering <lennart@poettering.net>2019-07-29 19:05:25 +0200
commite04ed6db6b44681b7a7876b9c4a1e6adaf877670 (patch)
tree092d3d785b252e74139db089c16bce42a2cd9b91 /src/core/execute.c
parent1d7458fbb1b09ebbfdcf775909e09c56d6a6023e (diff)
downloadsystemd-e04ed6db6b44681b7a7876b9c4a1e6adaf877670.tar.gz
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.
Diffstat (limited to 'src/core/execute.c')
-rw-r--r--src/core/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c
index 5b55557f4e..21127d4f70 100644
--- a/src/core/execute.c
+++ b/src/core/execute.c
@@ -3881,7 +3881,7 @@ int exec_spawn(Unit *unit,
if (r < 0) {
const char *status =
exit_status_to_string(exit_status,
- EXIT_STATUS_GLIBC | EXIT_STATUS_SYSTEMD);
+ EXIT_STATUS_LIBC | EXIT_STATUS_SYSTEMD);
log_struct_errno(LOG_ERR, r,
"MESSAGE_ID=" SD_MESSAGE_SPAWN_FAILED_STR,