summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/ztypes_linux_386.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-08-24 11:03:23 -0700
committerRuss Cox <rsc@golang.org>2009-08-24 11:03:23 -0700
commitbc703dd1afac3c8f5d326fde0024f6355f1baf9b (patch)
treea507c4e71d79979868231db835d8106a186ed55a /src/pkg/syscall/ztypes_linux_386.go
parent4ead6a4a87b849c928e29195cbfebd21bf93e24d (diff)
downloadgolang-bc703dd1afac3c8f5d326fde0024f6355f1baf9b.tar.gz
avoid duplicate field names, so that bug132 can be fixed
also fix echo bug that just surfaced in mkerrors.sh R=r DELTA=67 (11 added, 19 deleted, 37 changed) OCL=33743 CL=33757
Diffstat (limited to 'src/pkg/syscall/ztypes_linux_386.go')
-rw-r--r--src/pkg/syscall/ztypes_linux_386.go28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/pkg/syscall/ztypes_linux_386.go b/src/pkg/syscall/ztypes_linux_386.go
index a3b1e6b79..c038e0243 100644
--- a/src/pkg/syscall/ztypes_linux_386.go
+++ b/src/pkg/syscall/ztypes_linux_386.go
@@ -1,4 +1,4 @@
-// godefs -gsyscall -f-m32 types_linux.c types_linux_386.c
+// godefs -gsyscall -f-m32 types_linux.c
// MACHINE GENERATED - DO NOT EDIT.
@@ -163,18 +163,18 @@ type Timex struct {
Calcnt int32;
Errcnt int32;
Stbcnt int32;
- int32;
- int32;
- int32;
- int32;
- int32;
- int32;
- int32;
- int32;
- int32;
- int32;
- int32;
- int32;
+ Pad0 int32;
+ Pad1 int32;
+ Pad2 int32;
+ Pad3 int32;
+ Pad4 int32;
+ Pad5 int32;
+ Pad6 int32;
+ Pad7 int32;
+ Pad8 int32;
+ Pad9 int32;
+ Pad10 int32;
+ Pad11 int32;
}
type Time_t int32
@@ -314,7 +314,7 @@ type PtraceRegs struct {
__fs uint16;
Gs uint16;
__gs uint16;
- Eax int32;
+ Orig_eax int32;
Eip int32;
Cs uint16;
__cs uint16;