entered into RCS
authorRichard Stallman <rms@gnu.org>
Mon, 26 Oct 1992 09:19:22 +0000 (09:19 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 26 Oct 1992 09:19:22 +0000 (09:19 +0000)
From-SVN: r2612

gcc/config/alpha/xm-alpha.h

index 86aadecf022e576681719de4e6abb288d8b5a43d..8b84eda44c9f8b4633913bd242855ce0d3af6f78 100644 (file)
@@ -53,9 +53,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    differently.  */
 
 #ifdef __STDC__
-extern void *malloc (), *realloc (), *sbrk ();
+extern void *malloc (), *realloc (), *sbrk (), *calloc ();
 #else
-extern char *malloc (), *realloc (), *sbrk ();
+extern char *malloc (), *realloc (), *sbrk (), *calloc ();
 #endif
 
 #include "string.h"