1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/usr/rdma-core/buildlib/fixup-include/systemd-sd-daemon.h
2017-10-06 15:13:04 +02:00

16 lines
279 B
C

#define SD_LISTEN_FDS_START 3
static inline int sd_listen_fds(int unset_environment)
{
return 0;
}
static inline int sd_is_socket(int fd, int family, int type, int listening)
{
return 0;
}
static inline int sd_notify(int unset_environment, const char *state)
{
return 0;
}