This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

[PATCH] limits.h: Include sys/syslimits.h


2006-03-20  Shaun Jackman  <sjackman@gmail.com>

	* libc/sys/linux/include/limits.h: Include sys/syslimits.h.

Index: ./libc/sys/linux/include/limits.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/sys/linux/include/limits.h,v
retrieving revision 1.1
diff -u -r1.1 limits.h
--- ./libc/sys/linux/include/limits.h	11 Sep 2002 18:36:49 -0000	1.1
+++ ./libc/sys/linux/include/limits.h	20 Mar 2006 23:35:09 -0000
@@ -24,6 +24,7 @@
 #define _LIBC_LIMITS_H_	1

 #include <features.h>
+#include <sys/syslimits.h>


 /* Maximum length of any multibyte character in any locale.

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