mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +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,
|
||||
const char *const*envp,
|
||||
const fd_set *keepfd,
|
||||
int *retpid,
|
||||
pid_t *retpid,
|
||||
int infd,
|
||||
int *outfd,
|
||||
int *errfd,
|
||||
|
Loading…
x
Reference in New Issue
Block a user