fixing (badly) linux_arm syscall.

R=rsc
http://go/go-review/1017037
This commit is contained in:
Kai Backman 2009-11-04 21:34:54 -08:00
parent 601ee4807b
commit 55ba9d6a2c
4 changed files with 47 additions and 23 deletions

View file

@ -176,6 +176,7 @@ const (
SIGINT = 0x2;
SIGIOT = 0x6;
SIGTERM = 0xf;
O_EXCL = 0x80;
)
// Types