aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgfortran/libgfortran.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libgfortran/libgfortran.h')
-rw-r--r--gcc-4.9/libgfortran/libgfortran.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc-4.9/libgfortran/libgfortran.h b/gcc-4.9/libgfortran/libgfortran.h
index 0d6f432a2..e01d215dd 100644
--- a/gcc-4.9/libgfortran/libgfortran.h
+++ b/gcc-4.9/libgfortran/libgfortran.h
@@ -768,6 +768,9 @@ internal_proto(get_fpu_rounding_mode);
extern void *xmalloc (size_t) __attribute__ ((malloc));
internal_proto(xmalloc);
+extern void *xmallocarray (size_t, size_t) __attribute__ ((malloc));
+internal_proto(xmallocarray);
+
extern void *xcalloc (size_t, size_t) __attribute__ ((malloc));
internal_proto(xcalloc);