[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKOZuesB4R=dCz4merWQN0FSCGrXmOgUUr4ienSbStBJguNv8g@mail.gmail.com>
Date: Sat, 10 Nov 2018 10:52:06 -0800
From: Daniel Colascione <dancol@...gle.com>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: Joel Fernandes <joelaf@...gle.com>,
Linux API <linux-api@...r.kernel.org>
Subject: Official Linux system wrapper library?
Now that glibc is basically not adding any new system call wrappers,
how about publishing an "official" system call glue library as part of
the kernel distribution, along with the uapi headers? I don't think
it's reasonable to expect people to keep using syscall(__NR_XXX) for
all new functionality, especially as the system grows increasingly
sophisticated capabilities (like the new mount API, and hopefully the
new process API) outside the strictures of the POSIX process.
Powered by blists - more mailing lists