diff options
-rw-r--r-- | chapter06/groff-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/groff-exp.xml b/chapter06/groff-exp.xml index c8a35b947..744f59b06 100644 --- a/chapter06/groff-exp.xml +++ b/chapter06/groff-exp.xml @@ -3,7 +3,7 @@ <para> <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. By defining strerror=strerror a macro is defined which prevents the declaration and does not alter the meaning of strerror. |