aboutsummaryrefslogtreecommitdiff
path: root/libiberty/calloc.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-10-18 15:25:01 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-10-18 15:25:01 +0000
commit3da5522a60c67155c13e0412ce6b6e424bee687b (patch)
tree529764720f1b6fe24916308f53925936cf079010 /libiberty/calloc.c
parente3d2508d72d66372c23e3383e2eecf3713329740 (diff)
downloadgcc-3da5522a60c67155c13e0412ce6b6e424bee687b.zip
gcc-3da5522a60c67155c13e0412ce6b6e424bee687b.tar.gz
gcc-3da5522a60c67155c13e0412ce6b6e424bee687b.tar.bz2
* calloc.c: Add a public domain notice.
From-SVN: r30069
Diffstat (limited to 'libiberty/calloc.c')
-rw-r--r--libiberty/calloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/calloc.c b/libiberty/calloc.c
index c8c0a78..334b18d 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"