]> git.ipfire.org Git - thirdparty/glibc.git/blob - conform/data/syslog.h-data
Add support for XPG7 testing.
[thirdparty/glibc.git] / conform / data / syslog.h-data
1 #if !defined ISO && !defined POSIX && !defined POSIX2008
2 constant LOG_PID
3 constant LOG_CONS
4 constant LOG_NDELAY
5 constant LOG_ODELAY
6 constant LOG_NOWAIT
7
8 constant LOG_KERN
9 constant LOG_USER
10 constant LOG_MAIL
11 constant LOG_NEWS
12 constant LOG_UUCP
13 constant LOG_DAEMON
14 constant LOG_AUTH
15 constant LOG_CRON
16 constant LOG_LPR
17 constant LOG_LOCAL0
18 constant LOG_LOCAL1
19 constant LOG_LOCAL2
20 constant LOG_LOCAL3
21 constant LOG_LOCAL4
22 constant LOG_LOCAL5
23 constant LOG_LOCAL6
24 constant LOG_LOCAL7
25
26 macro LOG_MASK
27
28 constant LOG_EMERG
29 constant LOG_ALERT
30 constant LOG_CRIT
31 constant LOG_ERR
32 constant LOG_WARNING
33 constant LOG_NOTICE
34 constant LOG_INFO
35 constant LOG_DEBUG
36
37 function void closelog (void)
38 function void openlog (const char*, int, int)
39 function int setlogmask (int)
40 function void syslog (int, const char*, ...)
41
42 allow LOG_*
43 allow *_t
44 #endif