1
0
mirror of https://github.com/golang/go synced 2024-11-12 00:20:22 -07:00

fix windows build

R=ken2
CC=golang-dev
https://golang.org/cl/2650041
This commit is contained in:
Russ Cox 2010-10-21 13:06:17 -04:00
parent d10963b6d7
commit 4fd12c04c5

View File

@ -5,6 +5,13 @@
#include "runtime.h" #include "runtime.h"
void void
initsig(int32 queue) initsig(int32)
{ {
} }
String
signame(int32)
{
return emptystring;
}