diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-05-12 18:17:57 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-05-12 18:17:57 +0000 |
| commit | bbbed78aaa9ad2d55ed30c15707e7efce92b80d1 (patch) | |
| tree | 1f0d846c33e741d785301bbe1fcf00f472adce7b | |
| parent | 4f5f00d82d4d959e6af27f1fb151145d54048799 (diff) | |
Notes
| -rw-r--r-- | include/malloc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/malloc.h b/include/malloc.h index 5d7d7e8396d3f..75673c72ed858 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -1,6 +1,6 @@ -/* $FreeBSD$ */ -#if __STDC__ -#error "<malloc.h> has been replaced by <stdlib.h>" -#else +/*- + * This file is in the public domain. + * $FreeBSD$ + */ #include <stdlib.h> -#endif +#include <malloc_np.h> |
