svn commit: branches/uClibc-nptl/libc/sysdeps/linux/mips

sjhill at uclibc.org sjhill at uclibc.org
Sat Oct 29 18:46:51 UTC 2005


Author: sjhill
Date: 2005-10-29 11:46:49 -0700 (Sat, 29 Oct 2005)
New Revision: 11986

Log:
Only include 'regdef.h' when using assembly code. Your character has
gained +1 idiot experience points.


Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/mips/sysdep.h


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/mips/sysdep.h
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/mips/sysdep.h	2005-10-29 13:46:25 UTC (rev 11985)
+++ branches/uClibc-nptl/libc/sysdeps/linux/mips/sysdep.h	2005-10-29 18:46:49 UTC (rev 11986)
@@ -17,7 +17,9 @@
 Cambridge, MA 02139, USA.  */
 
 #include <sys/syscall.h>
+#ifdef __ASSEMBLER__
 #include <sys/regdef.h>
+#endif
 #include <features.h>
 
 /* Not that using a `PASTE' macro loses.  */




More information about the uClibc-cvs mailing list