aboutsummaryrefslogtreecommitdiff
path: root/include/malloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Traditionally work in the -traditional case.David E. O'Brien2001-11-071-0/+4
| | | | | | | Submitted by: joerg Notes: svn path=/head/; revision=86178
* Resume deorbit burn sequence for <malloc.h>. Inspection of my make logsGarrett Wollman2001-10-251-5/+2
| | | | | | | | reveals no programs in the standard build which hit the previous warning message. This change will NOT be merged to 4-stable. Notes: svn path=/head/; revision=85454
* This file is deprecated not "obsoleted".Paul Richards1997-04-131-1/+1
| | | | Notes: svn path=/head/; revision=24868
* 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