Commit 4fd12c04 authored by Russ Cox's avatar Russ Cox

fix windows build

R=ken2
CC=golang-dev
https://golang.org/cl/2650041
parent d10963b6
......@@ -5,6 +5,13 @@
#include "runtime.h"
void
initsig(int32 queue)
initsig(int32)
{
}
String
signame(int32)
{
return emptystring;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment