mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
4c268ef31a
of NetBSD simple #include <stdlib.h> into malloc.h Put #warning that this file is obsoleted ( by Joerg suggestion)
6 lines
125 B
C
6 lines
125 B
C
#if __GNUC__
|
|
#warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"
|
|
#endif
|
|
|
|
#include <stdlib.h>
|