Causes build errors with the semicolon. --- elogind-252.9/src/basic/musl_missing.h.old 2023-11-27 05:10:27.761821031 -0600 +++ elogind-252.9/src/basic/musl_missing.h 2023-11-27 05:10:51.839218582 -0600 @@ -26,7 +26,7 @@ #include #include /* for pthread_atfork */ -#define strerror_r(e, m, k) (strerror_r(e, m, k) < 0 ? strdup("strerror_r() failed") : m); +#define strerror_r(e, m, k) (strerror_r(e, m, k) < 0 ? strdup("strerror_r() failed") : m) /* * Possibly TODO according to http://man7.org/linux/man-pages/man3/getenv.3.html