This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for glibc 2.1 and some 2.0 bug


Hi,

Here is a patch for typo. BTW, glibc 2.0 uses __libc_cleanup_end.
But it is not defined anywhere. Should there be a new linuxthreads
for glibc 2.0?

-- 
H.J. Lu (hjl@gnu.org)
---
Index: sysdeps/generic/abort.c
===================================================================
RCS file: /home/work/cvs/gnu/glibc/sysdeps/generic/abort.c,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 abort.c
--- abort.c	1998/07/17 17:31:45	1.1.1.3
+++ abort.c	1998/07/17 18:12:45
@@ -32,7 +32,7 @@
 #endif
 
 #ifdef USE_IN_LIBIO
-# include <libo/iolibio.h>
+# include <libio/iolibio.h>
 # define fflush(s) _IO_fflush (s)
 #endif
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]