summaryrefslogtreecommitdiff
path: root/src/systemd/src/basic/async.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/src/basic/async.h')
-rw-r--r--src/systemd/src/basic/async.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/src/basic/async.h b/src/systemd/src/basic/async.h
index 7eac54d8b2..01c975bb30 100644
--- a/src/systemd/src/basic/async.h
+++ b/src/systemd/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);