builtins-config.h: Use <sys/types.h> instead of <limits.h> because the latter comes...
authorNick Clifton <nickc@gcc.gnu.org>
Mon, 6 Dec 2004 10:57:43 +0000 (10:57 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 6 Dec 2004 10:57:43 +0000 (10:57 +0000)
* gcc.dg/builtins-config.h: Use <sys/types.h> instead of <limits.h> because the
latter comes from gcc's include/ directory and not the newlib/libc/include
directory.

From-SVN: r91770

gcc/ChangeLog

index 04cb6b3..bb7666b 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-06  Nick Clifton  <nickc@redhat.com>
+
+       * gcc.dg/builtins-config.h: Use <sys/types.h> instead of
+       <limits.h> because the latter comes from gcc's include/ directory
+       and not the newlib/libc/include directory.
+
 2004-12-05  Daniel Berlin <dberlin@dberlin.org>
 
        * tree-ssa-alias.c (create_global_var): Use void_type_node,