[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question with moving mount/umount logic in glibc
From: |
Ludovic Courtès |
Subject: |
Re: Question with moving mount/umount logic in glibc |
Date: |
Fri, 10 Jul 2015 00:37:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Roland McGrath <roland@hack.frob.com> skribis:
> Frankly I think it would be better to keep these single-caller interfaces
> out of libc proper. It's not really ideal that they are there for Linux
> either, but syscall stubs are less of an issue than real code.
While not ideal, I think it would greatly simplify porting to have libc
provide those functions regardless of the kernel.
Ludo’.