comparison gcc/tsystem.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
94 94
95 #ifndef errno 95 #ifndef errno
96 extern int errno; 96 extern int errno;
97 #endif 97 #endif
98 98
99 /* GCC (fixproto) guarantees these system headers exist. */ 99 /* If these system headers do not exist, fixincludes must create them. */
100 #include <string.h> 100 #include <string.h>
101 #include <stdlib.h> 101 #include <stdlib.h>
102 #include <unistd.h> 102 #include <unistd.h>
103 103
104 /* GCC supplies this header. */ 104 /* GCC supplies this header. */
105 #include <limits.h> 105 #include <limits.h>
106 106
107 /* GCC (fixproto) guarantees this system headers exists. */ 107 /* If these system headers do not exist, fixincludes must create them. */
108 #include <time.h> 108 #include <time.h>
109 109
110 #endif /* inhibit_libc */ 110 #endif /* inhibit_libc */
111 111
112 /* Define a generic NULL if one hasn't already been defined. */ 112 /* Define a generic NULL if one hasn't already been defined. */