summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/os_netbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/os_netbsd.c')
-rw-r--r--src/pkg/runtime/os_netbsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/os_netbsd.c b/src/pkg/runtime/os_netbsd.c
index 8567146ed..29ea0cb42 100644
--- a/src/pkg/runtime/os_netbsd.c
+++ b/src/pkg/runtime/os_netbsd.c
@@ -185,6 +185,7 @@ runtime·osinit(void)
runtime·ncpu = getncpu();
}
+#pragma textflag NOSPLIT
void
runtime·get_random_data(byte **rnd, int32 *rnd_len)
{