Browse Source

remove recalloc; sloppy me; ok deraadt@

OPENBSD_4_4
otto 16 years ago
parent
commit
5e77e2a42a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/include/stdlib.h

+ 1
- 2
src/include/stdlib.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: stdlib.h,v 1.43 2008/06/20 15:21:06 ragge Exp $ */
/* $OpenBSD: stdlib.h,v 1.44 2008/06/24 06:01:33 otto Exp $ */
/* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */
/*-
@ -128,7 +128,6 @@ void *malloc(size_t);
void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
int rand(void);
void *realloc(void *, size_t);
void *recalloc(void *, size_t, size_t);
void srand(unsigned);
double strtod(const char *, char **);
float strtof(const char *, char **);


Loading…
Cancel
Save