summaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/crt0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/crt0.c b/lib/csu/crt0.c
index e3615dfc16d..007c55a5a10 100644
--- a/lib/csu/crt0.c
+++ b/lib/csu/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.17 2022/01/12 21:41:06 guenther Exp $ */
+/* $OpenBSD: crt0.c,v 1.18 2023/07/27 18:17:14 kettenis Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou
@@ -60,7 +60,7 @@ char ***_csu_finish(char **_argv, char **_envp, void (*_cleanup)(void));
#ifdef MCRT0
#include <sys/gmon.h>
-extern unsigned char _etext, _eprol;
+extern __dso_hidden unsigned char _etext, _eprol;
#endif /* MCRT0 */
#ifdef RCRT0