diff options
Diffstat (limited to 'chapter05/lockingglibc.xml')
-rw-r--r-- | chapter05/lockingglibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index a8bee36e8..7938df879 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -39,8 +39,8 @@ all in. Or you can edit the specs file by hand if you want to: just replace <para>Lastly, there is a possibility that some include files from the host system have found their way into gcc's private include dir. This can happen -because of GCC's "fixincludes" process which part of the GCC build. We'll -explain more about this further on in this chapter. For now, run the +because of GCC's "fixincludes" process which runs as part of the GCC build. +We'll explain more about this further on in this chapter. For now, run the following commands to eliminate this possibility.</para> <para><screen><userinput>rm -f /tools/lib/gcc-lib/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen></para> |