mirror of
https://github.com/golang/go
synced 2024-11-12 00:20:22 -07:00
parent
d10963b6d7
commit
4fd12c04c5
@ -5,6 +5,13 @@
|
|||||||
#include "runtime.h"
|
#include "runtime.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
initsig(int32 queue)
|
initsig(int32)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String
|
||||||
|
signame(int32)
|
||||||
|
{
|
||||||
|
return emptystring;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user