Remove a note no longer needed and adjust wording

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11798 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Thomas Trepl 2020-03-28 12:57:19 +00:00 committed by Xℹ Ruoyao
parent 1e49915814
commit 0dfc2f5fe6
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -25,12 +25,13 @@
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
<!-- No longer needed
<para>Fix a problem introduced with the linux-5.2 kernel:</para>
<screen><userinput remap="pre">sed -i '/asm.socket.h/a# include &lt;linux/sockios.h&gt;' \
sysdeps/unix/sysv/linux/bits/socket.h</userinput></screen>
<para>Remove a file that may be left over from a previous build attempt:</para>
-->
<para>Temporarily move a file that would get overwritten by the 32-bit builds:</para>
<screen><userinput remap="pre">mv /usr/include/limits.h{,.backup} </userinput></screen>