Does it *have* to be the C library?
Does it *have* to be the C library?
Posted Nov 30, 2010 22:04 UTC (Tue) by cesarb (subscriber, #6266)Parent article: The kernel and the C library as a single project
Does it really have to be the C library? If I create a cool new syscall coolnewsyscall(), why not also distribute a libcoolnewsyscall? There is no reason why libc should be the only library allowed to use syscalls, and even libc itself is split in several libraries (libc, libm, libpthread, libdl, librt...).
