mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
16 lines
279 B
C
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;
|
|
}
|