diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-18 15:25:01 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-18 15:25:01 +0000 |
commit | 33b090ebcd903ef520475bb301daec2d708a216e (patch) | |
tree | 529764720f1b6fe24916308f53925936cf079010 /libiberty | |
parent | 3b754c883d637534e4c637acafdce846f7ac66ac (diff) | |
download | gcc-33b090ebcd903ef520475bb301daec2d708a216e.tar.gz |
* calloc.c: Add a public domain notice.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30069 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/calloc.c | 3 |
2 files changed, 7 insertions, 0 deletions
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 <ghazi@caip.rutgers.edu> + + * calloc.c: Add a public domain notice. + Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be> * 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" |