projects
/
platform
/
upstream
/
dbus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add IgnoreOnIsolate=yes to dbus.service
[platform/upstream/dbus.git]
/
test
/
test-exit.c
1
#include "config.h"
2
3
/* This is a process that just exits with a failure code */
4
int
5
main (int argc, char **argv)
6
{
7
8
return 1;
9
}