chiark / gitweb /
modules-load: use libkmod rather than modprobe
[elogind.git] / src / libsystemd-daemon.sym
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
13 LIBSYSTEMD_DAEMON_31 {
14 global:
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;
25 local:
26         *;
27 };