diff src/s/gnu.h @ 108459:1d1025faed5f

Merge from mainline.
author Katsumi Yamaoka <katsumi@flagship2>
date Wed, 05 May 2010 10:17:53 +0000
parents 06c34f190db1
children bfec7501a1f0
line wrap: on
line diff
--- a/src/s/gnu.h	Wed Apr 28 12:11:11 2010 +0000
+++ b/src/s/gnu.h	Wed May 05 10:17:53 2010 +0000
@@ -44,6 +44,8 @@
 #define ORDINARY_LINK
 #define DATA_START ({ extern int data_start; (char *) &data_start; })
 
+#define START_FILES
+
 /* Some losing code fails to include this and then assumes
    that because it is braindead that O_RDONLY==0.  */
 #ifndef NOT_C_CODE