summaryrefslogtreecommitdiffstats
path: root/t/test-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Split the library into a linkable and an LD_PRELOAD-able partGergely Nagy2012-08-101-0/+66
In order to satisfy the desire of using libumberlog, specifically ul_format(), without having to worry about syslog() & friends being overridden, split the library into two parts: A linkable library, which provides the new API, but does not override the legacy syslog() functions; and a new, LD_PRELOAD-able part, which does override the old ones. Signed-off-by: Gergely Nagy <algernon@balabit.hu>