From 43bd635ff11926adcee1a3c1747406832457740b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 3 May 2010 11:11:01 -0700 Subject: syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) R=r CC=golang-dev http://codereview.appspot.com/1021043 --- src/pkg/syscall/zerrors_linux_386.go | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/pkg/syscall/zerrors_linux_386.go') diff --git a/src/pkg/syscall/zerrors_linux_386.go b/src/pkg/syscall/zerrors_linux_386.go index d7cb66cb2..ae3e75973 100644 --- a/src/pkg/syscall/zerrors_linux_386.go +++ b/src/pkg/syscall/zerrors_linux_386.go @@ -1,7 +1,7 @@ // mkerrors.sh -f -m32 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT -// godefs -f -m32 -gsyscall -f -m32 _const.c +// godefs -c gcc -f -m32 -gsyscall -f -m32 _const.c // MACHINE GENERATED - DO NOT EDIT. @@ -49,7 +49,6 @@ const ( EAFNOSUPPORT = 0x61 EAGAIN = 0xb EALREADY = 0x72 - EAX = 0x6 EBADE = 0x34 EBADF = 0x9 EBADFD = 0x4d @@ -58,9 +57,7 @@ const ( EBADRQC = 0x38 EBADSLT = 0x39 EBFONT = 0x3b - EBP = 0x5 EBUSY = 0x10 - EBX = 0 ECANCELED = 0x7d ECHILD = 0xa ECHRNG = 0x2c @@ -68,19 +65,15 @@ const ( ECONNABORTED = 0x67 ECONNREFUSED = 0x6f ECONNRESET = 0x68 - ECX = 0x1 EDEADLK = 0x23 EDEADLOCK = 0x23 EDESTADDRREQ = 0x59 - EDI = 0x4 EDOM = 0x21 EDOTDOT = 0x49 EDQUOT = 0x7a - EDX = 0x2 EEXIST = 0x11 EFAULT = 0xe EFBIG = 0x1b - EFL = 0xe EHOSTDOWN = 0x70 EHOSTUNREACH = 0x71 EIDRM = 0x2b @@ -89,7 +82,6 @@ const ( EINTR = 0x4 EINVAL = 0x16 EIO = 0x5 - EIP = 0xc EISCONN = 0x6a EISDIR = 0x15 EISNAM = 0x78 @@ -180,9 +172,7 @@ const ( EREMOTEIO = 0x79 ERESTART = 0x55 EROFS = 0x1e - ES = 0x8 ESHUTDOWN = 0x6c - ESI = 0x3 ESOCKTNOSUPPORT = 0x5e ESPIPE = 0x1d ESRCH = 0x3 -- cgit v1.2.3