aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/testdata')
-rw-r--r--src/runtime/testdata/testprogcgo/threadpanic_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/testdata/testprogcgo/threadpanic_windows.c b/src/runtime/testdata/testprogcgo/threadpanic_windows.c
index 6f896634a6..ba66d0f5c9 100644
--- a/src/runtime/testdata/testprogcgo/threadpanic_windows.c
+++ b/src/runtime/testdata/testprogcgo/threadpanic_windows.c
@@ -8,7 +8,7 @@
void gopanic(void);
-static unsigned int
+static unsigned int __attribute__((__stdcall__))
die(void* x)
{
gopanic();