diff options
Diffstat (limited to 'src/pkg/runtime/os_plan9.c')
| -rw-r--r-- | src/pkg/runtime/os_plan9.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/runtime/os_plan9.c b/src/pkg/runtime/os_plan9.c index e8e116f488..52460c7c81 100644 --- a/src/pkg/runtime/os_plan9.c +++ b/src/pkg/runtime/os_plan9.c @@ -194,7 +194,8 @@ runtime·goexitsall(int8 *status) int32 runtime·postnote(int32 pid, int8* msg) { - int32 fd, len; + int32 fd; + intgo len; uint8 buf[128]; uint8 tmp[16]; uint8 *p, *q; |
