* config/sun3.h: String argument to fprintf is const.
[deliverable/binutils-gdb.git] / bfd / hosts / sun3.h
index 0c3b4955993c0bef92b262a373e2f6a0280aa672..03008363e051b93e8465b108f17d2d4925217058 100644 (file)
@@ -21,7 +21,7 @@ extern int EXFUN(free,(PTR));
 extern void  EXFUN(abort,(void));
 extern int  EXFUN(close,(int));
 extern int  EXFUN(fcntl,(int des, int cmd, int e));
-extern int  EXFUN(fprintf,(FILE *,char *,...));
+extern int  EXFUN(fprintf,(FILE *,CONST char *,...));
 extern int  EXFUN(printf,(char *,...));
 extern int  EXFUN(qsort,(void *data,int els, int siz, int func()));
 extern void  EXFUN(exit,(int));
This page took 0.022846 seconds and 4 git commands to generate.