Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-objmgr
/
f9b24bf1b064600bb3f450dbbce475937742c121
/
.
/
libmapper
/
workaround
/
systemd.h
blob: 1b3275378a251112bb19ca42dab889a8c68a09f0 [
file
] [
log
] [
blame
]
Matthew Barth
c6329c9
2016-11-15 11:13:37 -0600
[
diff
] [
blame
]
1
#ifdef
IS_UNPATCHED_SYSTEMD
2
#include
<systemd/sd-bus.h>
3
4
int
sd_bus_message_append_cmdline
(
sd_bus_message
*
m
,
const
char
*
signature
,
5
char
***
x
)
{
return
0
;
}
6
#endif