about summary refs log tree commit diff
path: root/include/programs
Commit message (Collapse)AuthorAgeFilesLines
* sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger2013-02-181-3/+3
| | | | | | | | Since we want to use this in installed headers, move it to the installed sys/cdefs.h. This requires a slight tweaking of the name (add trailing underscores). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* unify xmalloc prototypes & friendsMike Frysinger2013-02-181-0/+33
These prototypes are duplicated in many places. Add a dedicated header for holding prototypes for program-specific functions to avoid that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>