The kernel and the C library as a single project
The kernel and the C library as a single project
Posted Nov 30, 2010 22:37 UTC (Tue) by nteon (subscriber, #53899)In reply to: The kernel and the C library as a single project by Trelane
Parent article: The kernel and the C library as a single project
using the syscall itself would be non-portable. but libc functions can be rewritten to use a new syscall, which would give your program/lib performance improvements 'for free'. Ingo mentioned the POSIX AIO functions as an example.
