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