comparison src/sysdep.c @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3a7e78e1142d
children 8de8e3f6228a
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
2143 * See crt0.c for further explanation and _start. 2143 * See crt0.c for further explanation and _start.
2144 * 2144 *
2145 */ 2145 */
2146 2146
2147 #ifdef __cplusplus 2147 #ifdef __cplusplus
2148 extern "C" int _start (); 2148 extern "C" int _start (void);
2149 #else 2149 #else
2150 extern int _start (); 2150 extern int _start (void);
2151 #endif 2151 #endif
2152 2152
2153 #ifndef HAVE_TEXT_START 2153 #ifndef HAVE_TEXT_START
2154 char * 2154 char *
2155 start_of_text (void) 2155 start_of_text (void)