aboutsummaryrefslogtreecommitdiff
path: root/gas/config/ho-sunos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/ho-sunos.h')
-rw-r--r--gas/config/ho-sunos.h56
1 files changed, 56 insertions, 0 deletions
diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h
new file mode 100644
index 0000000..13d5c3d
--- /dev/null
+++ b/gas/config/ho-sunos.h
@@ -0,0 +1,56 @@
+/* $Id$ */
+
+#ifndef __STDC__
+#define NO_STDARG
+#include <memory.h>
+#endif /* not __STDC__ */
+
+#include <ctype.h>
+#include <string.h>
+
+/* externs for system libraries. */
+
+extern char *strchr();
+extern char *malloc();
+extern char *realloc();
+extern char *strrchr();
+extern int _filbuf();
+extern int _flsbuf();
+extern int abort();
+extern int bcopy();
+extern int bzero();
+extern int bzero();
+extern int exit();
+extern int fclose();
+extern int fprintf();
+extern int fread();
+extern int free();
+extern int perror();
+extern int printf();
+extern int setvbuf();
+extern int sscanf();
+extern int strcmp();
+extern int strlen();
+extern int strncmp();
+extern int time();
+extern int ungetc();
+extern int vfprintf();
+extern int vprintf();
+extern long atol();
+
+#ifndef tolower
+extern int tolower();
+#endif /* tolower */
+
+#ifndef toupper
+extern int toupper();
+#endif /* toupper */
+
+/*
+ * Local Variables:
+ * fill-column: 80
+ * comment-column: 0
+ * End:
+ */
+
+/* end of ho-sun4.h */