mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
Fix virExecWithHook Prototype
This was necessary to get libvirt to build on Solaris 11 Express and seems correct (as it makes this match the definition in util.c):
This commit is contained in:
parent
8cc166e76e
commit
4996c314b0
@ -61,7 +61,7 @@ typedef int (*virExecHook)(void *data);
|
|||||||
int virExecWithHook(const char *const*argv,
|
int virExecWithHook(const char *const*argv,
|
||||||
const char *const*envp,
|
const char *const*envp,
|
||||||
const fd_set *keepfd,
|
const fd_set *keepfd,
|
||||||
int *retpid,
|
pid_t *retpid,
|
||||||
int infd,
|
int infd,
|
||||||
int *outfd,
|
int *outfd,
|
||||||
int *errfd,
|
int *errfd,
|
||||||
|
Loading…
Reference in New Issue
Block a user