summaryrefslogtreecommitdiff
path: root/src/basic/async.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-12-22 13:19:56 +0100
committerLennart Poettering <lennart@poettering.net>2017-12-25 11:48:21 +0100
commitd00c2631435726b89f55de0510f3ea0133a335b6 (patch)
tree5bad19e8da03db6c2f4a7ebf61c3e42a9105989a /src/basic/async.h
parent4c253ed1cae8b4df72ce1353ee826a4fae399e25 (diff)
downloadsystemd-d00c2631435726b89f55de0510f3ea0133a335b6.tar.gz
shutdown: unify shutdown.c's and async.c's sync() helper process
The helper processes are pretty much the same now, let's unify them hence.
Diffstat (limited to 'src/basic/async.h')
-rw-r--r--src/basic/async.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/async.h b/src/basic/async.h
index 7eac54d8b2..01c975bb30 100644
--- a/src/basic/async.h
+++ b/src/basic/async.h
@@ -22,5 +22,5 @@
int asynchronous_job(void* (*func)(void *p), void *arg);
-int asynchronous_sync(void);
+int asynchronous_sync(pid_t *ret_pid);
int asynchronous_close(int fd);