* Upgrade to expect-5.43.0
[linux_from_scratch.git] / chapter06 / linux-libc-headers.xml
blob5db583994c1239b5ac316bfb54072a70ae479323
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3   <!ENTITY % general-entities SYSTEM "../general.ent">
4   %general-entities;
5 ]>
6 <sect1 id="ch-system-linux-libc-headers" role="wrap">
7 <title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
8 <?dbhtml filename="linux-libc-headers.html"?>
10 <indexterm zone="ch-system-linux-libc-headers">
11 <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
12 </indexterm>
14 <sect2 role="package"><title/>
16 <segmentedlist>
17 <segtitle>&buildtime;</segtitle>
18 <segtitle>&diskspace;</segtitle>
19 <seglistitem><seg>0.1 SBU</seg><seg>22 MB</seg></seglistitem>
20 </segmentedlist>
22 </sect2>
24 <sect2 role="installation">
25 <title>Installation of Linux-Libc-Headers</title>
27 <para>Install the header files:</para>
29 <screen><userinput>cp -R include/asm-i386 /usr/include/asm
30 cp -R include/linux /usr/include</userinput></screen>
32 <para>Assure that all the headers are owned by root:</para>
34 <screen><userinput>chown -R root:root /usr/include/{asm,linux}</userinput></screen>
36 <para>And make sure all the users can read the headers:</para>
38 <screen><userinput>find /usr/include/{asm,linux} -type d -exec chmod 755 {} \;
39 find /usr/include/{asm,linux} -type f -exec chmod 644 {} \;</userinput></screen>
41 </sect2>
44 <sect2 id="contents-linux-libc-headers" role="content"><title>Contents of Linux-Libc-Headers</title>
46 <para>See testing</para>
48 </sect2>
50 </sect1>