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 */ |