summaryrefslogtreecommitdiff
path: root/gnu/lib/libmalloc/malloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to getGarrett Wollman1994-08-051-1/+1
| | | | | | | __P defined, rather than trying to do it ourselves. Notes: svn path=/head/; revision=1876
* Use __GNU_P ratherthan __P.Garrett Wollman1994-08-041-25/+25
| | | | Notes: svn path=/head/; revision=1842
* This is gnu lib malloc from NetBSD verbatium, here is the version infoRodney W. Grimes1993-09-241-0/+261
that Chris created: this version of GNU malloc was obtained from prep.ai.mit.edu on 9/22/1993. There was no version noted. Notes: svn path=/head/; revision=501