LWN.net Logo

The kernel and the C library as a single project

The kernel and the C library as a single project

Posted Dec 1, 2010 10:51 UTC (Wed) by dgm (subscriber, #49227)
In reply to: The kernel and the C library as a single project by jakub@redhat.com
Parent article: The kernel and the C library as a single project

> I'd also say that understanding libc as just a set of syscall wrappers is great misunderstanding of libc complexity.

Indeed, there are reasons for glibc being so big in the first place. Also, many functions of the libc have to be optimized by hand for each target platform, often writing them in assembler. Do the kernel developers really want to put such a burden over their own shoulders?


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds