summaryrefslogtreecommitdiff
path: root/include/malloc.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC: don't say "obsoleted"Jordan K. Hubbard1998-02-161-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=33433
* By Bruce and Joerg suggestions and by looking into June versionAndrey A. Chernov1994-11-171-15/+4
| | | | | | | | of NetBSD simple #include <stdlib.h> into malloc.h Put #warning that this file is obsoleted ( by Joerg suggestion) Notes: svn path=/head/; revision=4549
* Add malloc.h for better SYSV/Linux compatibility like mostAndrey A. Chernov1994-11-151-0/+16
providers (like SUN f.e.) does. malloc.h have comment about its SYSVism Notes: svn path=/head/; revision=4499