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