* calloc.c: Add a public domain notice.

From-SVN: r30069
This commit is contained in:
Kaveh R. Ghazi 1999-10-18 15:25:01 +00:00 committed by Kaveh Ghazi
parent e3d2508d72
commit 3da5522a60
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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"