Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys/cdefs.h: export __attribute_alloc_size__ | Mike Frysinger | 2013-02-18 | 1 | -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 & friends | Mike Frysinger | 2013-02-18 | 1 | -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> |