On Sun, 2005-01-02 at 03:11 +0000, Haizhi Xu wrote:> Hi, all: > I need to customize the glibc to export 'errno' and 'errno_location' as > external symbol. Now I modified the include/errno.h and the following is > what I have changed. > ...
Did you try a clean build?
Yes, I did and it did not work.
I have solved the problem. I found that I need to modify both the errno.h and ./linuxthreads/sysdeps/pthread/errno-loc.c
Thanks a lot, any way. Haizhi