Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
refs/heads/android-16
/
.
/
libc
/
include
/
sys
/
syslog.h
blob: 4b89c1037b63a284cb57543c9c2228a4b60ba25c [
file
] [
log
] [
blame
]
Elliott Hughes
462e90c
2018-08-21 16:10:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
/**
4
* @file sys/syslog.h
5
* @brief Historical synonym for `<syslog.h>`.
6
*
7
* New code should use `<syslog.h>` directly.
8
*/
9
Elliott Hughes
2cc41d3
2015-07-17 13:59:36 -0700
[
diff
] [
blame
]
10
#include
<syslog.h>