Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: gcc/gcc/tsystem.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/tree-vect-patterns.c ('k') | gcc/gcc/unwind-compat.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/tsystem.h
diff --git a/gcc/gcc/tsystem.h b/gcc/gcc/tsystem.h
index 60df5242ce2a4a0a6b6bc089ba7a49ab937e7074..fc7713c9d13990ae88a0c9d051569b66c09620ad 100644
--- a/gcc/gcc/tsystem.h
+++ b/gcc/gcc/tsystem.h
@@ -96,7 +96,7 @@ extern void *memset (void *, int, size_t);
extern int errno;
#endif
-/* GCC (fixproto) guarantees these system headers exist. */
+/* If these system headers do not exist, fixincludes must create them. */
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
@@ -104,7 +104,7 @@ extern int errno;
/* GCC supplies this header. */
#include <limits.h>
-/* GCC (fixproto) guarantees this system headers exists. */
+/* If these system headers do not exist, fixincludes must create them. */
#include <time.h>
#endif /* inhibit_libc */
« no previous file with comments | « gcc/gcc/tree-vect-patterns.c ('k') | gcc/gcc/unwind-compat.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698