On 2010/04/28 22:23:29, rsc wrote: > Hello adg (cc: mailto:golang-dev@googlegroups.com), > > I'd like you ...
15 years, 1 month ago
(2010-04-28 23:34:22 UTC)
#2
On 2010/04/28 22:23:29, rsc wrote:
> Hello adg (cc: mailto:golang-dev@googlegroups.com),
>
> I'd like you to review this change.
Russ,
I'll take a look too, and run some tests.
Peter
LGTM but I'd like to hear if it resolves Peter's issue. Are there side-effects to ...
15 years, 1 month ago
(2010-04-29 00:54:13 UTC)
#3
LGTM
but I'd like to hear if it resolves Peter's issue.
Are there side-effects to using O_LARGEFILE ? If not, why wouldn't it
be the default?
On 29 April 2010 08:23, <rsc@golang.org> wrote:
> Reviewers: adg,
>
> Message:
> Hello adg (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> syscall: force O_LARGEFILE in Linux open system call
>
> Fixes issue 717.
>
> Please review this at http://codereview.appspot.com/1032041/show
>
> Affected files:
> M src/pkg/syscall/mkall.sh
> M src/pkg/syscall/mkerrors.sh
> M src/pkg/syscall/syscall_linux.go
> M src/pkg/syscall/zerrors_linux_386.go
> M src/pkg/syscall/zerrors_linux_amd64.go
> M src/pkg/syscall/zsyscall_linux_386.go
> M src/pkg/syscall/zsyscall_linux_amd64.go
>
>
>
> Are there side-effects to using O_LARGEFILE ? If not, why wouldn't it > be ...
15 years, 1 month ago
(2010-04-29 02:35:47 UTC)
#4
> Are there side-effects to using O_LARGEFILE ? If not, why wouldn't it
> be the default?
it's a clumsy hack to signal to the kernel whether
the library is aware of 64-bit file offsets or not.
Issue 1032041: code review 1032041: syscall: force O_LARGEFILE in Linux open system call
(Closed)
Created 15 years, 1 month ago by rsc
Modified 15 years, 1 month ago
Reviewers:
Base URL:
Comments: 8