diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-15 17:25:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-15 17:25:08 +0200 |
commit | 843d2643849a1ec63034012c8fe50bfaad23190b (patch) | |
tree | c073b19d9eb4a164b41c70e60fdcbd2d5e9b9bbf /util.h | |
parent | d9a76d8f860c4ee19c4aa0df685889d058f4c5cb (diff) |
log: rework logging logic so that we don't keep /dev/console open
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -179,6 +179,8 @@ bool chars_intersect(const char *a, const char *b); char *format_timestamp(char *buf, size_t l, usec_t t); +int make_stdio(int fd); + #define DEFINE_STRING_TABLE_LOOKUP(name,type) \ const char *name##_to_string(type i) { \ if (i < 0 || i >= (type) ELEMENTSOF(name##_table)) \ |