mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
LibC: Add LOG_NOWAIT stub to syslog.h
Needed for porting https://fio.readthedocs.io
This commit is contained in:
parent
2ebb3f3c0d
commit
56ba3e1cbd
Notes:
sideshowbarker
2024-07-18 19:18:56 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/56ba3e1cbdc Pull-request: https://github.com/SerenityOS/serenity/pull/6527 Reviewed-by: https://github.com/gunnarbeutner Reviewed-by: https://github.com/linusg
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ struct syslog_data {
|
||||||
#define LOG_NDELAY (1 << 3)
|
#define LOG_NDELAY (1 << 3)
|
||||||
/* Log to stderr as well. */
|
/* Log to stderr as well. */
|
||||||
#define LOG_PERROR (1 << 4)
|
#define LOG_PERROR (1 << 4)
|
||||||
|
/* Don't wait for child processes created while logging the message. */
|
||||||
|
#define LOG_NOWAIT (1 << 5)
|
||||||
|
|
||||||
/* This is useful to have, but has to be stored weirdly for compatibility. */
|
/* This is useful to have, but has to be stored weirdly for compatibility. */
|
||||||
#ifdef SYSLOG_NAMES
|
#ifdef SYSLOG_NAMES
|
||||||
|
|
Loading…
Add table
Reference in a new issue