This is the mail archive of the libc-alpha@sources.redhat.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]
Other format: [Raw text]

obvious fix for unix/mips/sysdep.S


I somehow dropped this #include when installing the patch.  It's
necessary for the various macro uses I'd introduced.  Sorry about the
breakage.  I'm going ahead and checking this in, given how obvious it
is.  Andreas, if you'd prefer that I didn't install patches like this
before approval, please let me know.

Index: ChangeLog
from  Alexandre Oliva  <aoliva at redhat dot com>
	* sysdeps/unix/mips/sysdep.S: Include sys/asm.h.

Index: sysdeps/unix/mips/sysdep.S
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/mips/sysdep.S,v
retrieving revision 1.15
diff -u -p -r1.15 sysdep.S
--- sysdeps/unix/mips/sysdep.S 17 Mar 2003 15:47:12 -0000 1.15
+++ sysdeps/unix/mips/sysdep.S 28 Mar 2003 06:52:14 -0000
@@ -21,6 +21,7 @@
 #include <sysdep.h>
 #define _ERRNO_H
 #include <bits/errno.h>
+#include <sys/asm.h>
 
 #ifdef _LIBC_REENTRANT
 
-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer

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