]> Cypherpunks repositories - gostls13.git/commit
runtime: Plan 9, 32-bit: fix build by updating call to open()
authorAkshat Kumar <seed@mail.nanosouffle.net>
Tue, 12 Mar 2013 22:10:18 +0000 (23:10 +0100)
committerRon Minnich <rminnich@gmail.com>
Tue, 12 Mar 2013 22:10:18 +0000 (23:10 +0100)
commit293c880f13482374a4f4964902c45d8421764ae9
treec65f4037b758acf5a8cc1f87e20697bc67435bda
parenta1b2d1404be98284416e2a7ea6f55bc129222cc0
runtime: Plan 9, 32-bit: fix build by updating call to open()

With the global redefinition of runtimeĀ·open by CL 7543043,
we need to provide a third argument and remove the cast
to the string.

Fixes build on 386 version of Plan 9.

R=khr, rsc, rminnich, ality
CC=golang-dev
https://golang.org/cl/7644047
src/pkg/runtime/time_plan9_386.c