C header files????

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Kevin Buettner
Date:  
Subject: C header files????
On Jul 3, 5:58pm, Carl Parrish wrote:

> uhmmm on RH where should I be able to find my c header files for my kernal???


/usr/src/linux-2.4/include

(But note that /usr/src/linux-2.4 is actually a symlink to another directory
which incorporates a more complete version number into its name.)

You can also find a subset of the kernel headers in /usr/include/asm
and /usr/include/linux. These headers are tied to the glibc version
though and you should not count on them being identical to the real
kernel headers.

Kevin