Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-23 | helpers.h, start-stop-daemon.c: remove uneeded macros | Anthony G. Basile | |
TAILQ_CONCAT, TAILQ_FOREACH_SAFE and LIST_FOREACH_SAFE are defined in our bundled queue.h and are no longer required. | |||
2012-05-06 | add a new ARRAY_SIZE macro and use it | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-05-06 | split out librc-independent helpers into a dedicated header file | Mike Frysinger | |
Many of these helpers are not special to librc, so split them out so they can be used in all source trees (including libeinfo). Signed-off-by: Mike Frysinger <vapier@gentoo.org> |