From 3da5522a60c67155c13e0412ce6b6e424bee687b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 18 Oct 1999 15:25:01 +0000 Subject: [PATCH] * calloc.c: Add a public domain notice. From-SVN: r30069 --- libiberty/ChangeLog | 4 ++++ libiberty/calloc.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 57d73ce9f86..7fa65940a43 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +1999-10-18 Kaveh R. Ghazi + + * calloc.c: Add a public domain notice. + Mon Oct 18 02:30:47 1999 Philippe De Muyter * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly. 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"