Commit 8f2b774e authored by Rob Pike's avatar Rob Pike

update sysimport.c for unsafe.Offset and Sizeof

R=ken
DELTA=2  (2 added, 0 deleted, 0 changed)
OCL=24643
CL=24643
parent 56003374
......@@ -65,5 +65,7 @@ char *sysimport =
char *unsafeimport =
"package unsafe\n"
"type unsafe.Pointer *any\n"
"func unsafe.Offsetof (? any) (? int)\n"
"func unsafe.Sizeof (? any) (? int)\n"
"\n"
"$$\n";
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