Add calloc for RT
authorJohn Carr <jfc@mit.edu>
Tue, 26 Feb 1991 14:36:47 +0000 (14:36 +0000)
committerJohn Carr <jfc@mit.edu>
Tue, 26 Feb 1991 14:36:47 +0000 (14:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1792 dc483132-0cff-0310-8789-dd5450dbe970

src/include/fake-stdlib.h

index 4af20da42719302588de138d990c7eb39581ee5a..2afdbdb98eaea49f9cc9446a95cae882fe4d30af 100644 (file)
@@ -664,6 +664,7 @@ extern char *memcpy P((char *, const char *, int));
 #ifndef memset
 extern char *memset P((char *, int, int));
 #endif
+extern char *calloc P((unsigned int, unsigned int));
 extern char *malloc P((unsigned int));
 extern char *realloc P((char *, unsigned int));
 extern void free P((char *));