First page Back Continue Last page Overview Graphics
Kernel headers (1)
The C library and compiled programs needs to interact with the kernel
- Available system calls and their numbers
- Constant definitions
- Data structures, etc.
Therefore, compiling the C library requires kernel headers, and many applications also require them.