summaryrefslogtreecommitdiff
path: root/include/linux/kd.h
AgeCommit message (Collapse)AuthorLines
2012-05-01remove minimal linux kernel headersRich Felker-157/+0
these were at best of limited usefulness (for bootstrapping new systems, mainly) and at worst caused real kernel headers to get overwritten when upgrading libc. in case they're needed by anyone, the exact same files are now available in a new git repository: git://git.etalabs.net/mini-lkh
2011-03-18some linux headers useful from user apps.Rich Felker-0/+157
i'm still not sure whether it's a good idea to include or use any of these, but i'll add them for now. it may make more sense to just add official kernel headers to the include path for compiling programs that need them.