[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hurd port for gcc go PATCH 1-4(23)
From: |
Samuel Thibault |
Subject: |
Re: Hurd port for gcc go PATCH 1-4(23) |
Date: |
Wed, 7 Dec 2016 17:25:29 +0100 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Svante Signell, on Wed 07 Dec 2016 15:32:31 +0100, wrote:
> On Wed, 2016-12-07 at 15:08 +0100, Samuel Thibault wrote:
> > Ok, but then I'd say move the function which change to a separate file,
> > so that the other functions are kept shared.
> > Otherwise it'll be tedious to maintain.
>
> One problem is the file go/syscall/libcall_posix-1.go, derived
> from go/syscall/libcall_posix.go but _removing_ four function definitions:
> mount, madvise, mlockall and munlockall.
That's not a problem: move them out to another file, and include that
file in the non-gnu case, but do not include that file in the gnu case.
Actually it's even odd to see mount among them, it's not a standard
posix interface.
Samuel