Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-objmgr
/
e82b05840ba633d1f0d2e301720a5af6989c91f7
/
.
/
libmapper
/
workaround
/
systemd.h
blob: 5d336ca626d2c9a459a6ed81878c2d12ec3759fb [
file
] [
log
] [
blame
]
#ifdef
IS_UNPATCHED_SYSTEMD
#include
<systemd/sd-bus.h>
int
sd_bus_message_append_cmdline
(
sd_bus_message
*
m
,
const
char
*
signature
,
char
***
x
)
{
return
0
;
}
#endif