summaryrefslogtreecommitdiff
path: root/src/shared/musl_missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/musl_missing.h')
-rw-r--r--src/shared/musl_missing.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shared/musl_missing.h b/src/shared/musl_missing.h
index 15f5f8473..cf5a01481 100644
--- a/src/shared/musl_missing.h
+++ b/src/shared/musl_missing.h
@@ -27,11 +27,6 @@ void elogind_set_program_name(const char* pcall);
#define strerror_r(e, m, k) (strerror_r(e, m, k) < 0 ? strdup("strerror_r() failed") : m);
-#ifndef _ERRNO_H
-extern char *program_invocation_name;
-extern char *program_invocation_short_name;
-#endif // errno.h included beforehand
-
/*
* Possibly TODO according to http://man7.org/linux/man-pages/man3/getenv.3.html
* + test if the process's effective user ID does not match its real user ID or