mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Grammar fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4e4f49248d
commit
ce89d7bc42
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<userinput>CXXFLAGS=-Dstrerror=strerror</userinput>: If no macro
|
<userinput>CXXFLAGS=-Dstrerror=strerror</userinput>: If no macro
|
||||||
strerror is defined, src/include/lib.h declares an function prototype
|
strerror is defined, src/include/lib.h declares a function prototype
|
||||||
for strerror which is incompatible with Glibc's /usr/include/string.h.
|
for strerror which is incompatible with Glibc's /usr/include/string.h.
|
||||||
By defining strerror=strerror a macro is defined which prevents the
|
By defining strerror=strerror a macro is defined which prevents the
|
||||||
declaration and does not alter the meaning of strerror.
|
declaration and does not alter the meaning of strerror.
|
||||||
|
Loading…
Reference in New Issue
Block a user