From 9e7fba8ade016a355d662ba84005773746a3c7c0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 22 Feb 2000 16:18:13 +0000 Subject: import libiberty from egcs --- libiberty/calloc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libiberty/calloc.c') diff --git a/libiberty/calloc.c b/libiberty/calloc.c index c8c0a78a7a1..334b18db86a 100644 --- a/libiberty/calloc.c +++ b/libiberty/calloc.c @@ -1,3 +1,6 @@ +/* calloc -- allocate memory which has been initialized to zero. + This function is in the public domain. */ + #include "ansidecl.h" #include "libiberty.h" -- cgit v1.2.1