summaryrefslogtreecommitdiff
path: root/src/runtime/cgo/dragonfly.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cgo/dragonfly.c')
-rw-r--r--src/runtime/cgo/dragonfly.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/cgo/dragonfly.c b/src/runtime/cgo/dragonfly.c
index acf53e265..3c95ff354 100644
--- a/src/runtime/cgo/dragonfly.c
+++ b/src/runtime/cgo/dragonfly.c
@@ -2,11 +2,15 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+#include "textflag.h"
+
// Supply environ and __progname, because we don't
// link against the standard DragonFly crt0.o and the
// libc dynamic library needs them.
+#pragma dataflag NOPTR
char *environ[1];
+#pragma dataflag NOPTR
char *__progname;
#pragma dynexport environ environ