]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/libsystemd-daemon/libsystemd-daemon.sym
man: also mention /run/log/journal in systemd-jouranld.service(8)
[thirdparty/systemd.git] / src / libsystemd-daemon / libsystemd-daemon.sym
CommitLineData
1eae4c45
LP
1/***
2 Permission is hereby granted, free of charge, to any person
3 obtaining a copy of this software and associated documentation files
4 (the "Software"), to deal in the Software without restriction,
5 including without limitation the rights to use, copy, modify, merge,
6 publish, distribute, sublicense, and/or sell copies of the Software,
7 and to permit persons to whom the Software is furnished to do so,
8 subject to the following conditions:
9***/
10
11/* Original symbols from systemd v31 */
12
13LIBSYSTEMD_DAEMON_31 {
14global:
15 sd_booted;
16 sd_is_fifo;
17 sd_is_mq;
18 sd_is_socket;
19 sd_is_socket_inet;
20 sd_is_socket_unix;
21 sd_is_special;
22 sd_listen_fds;
23 sd_notify;
24 sd_notifyf;
25local:
26 *;
27};