mirror of https://gitee.com/openkylin/libvirt.git
util: Add virFileAccessibleAs to private symbols
Commit 458b7099b2
introduced this
function. However it was not added into libvirt_private.syms so
the compilation may not succeed on some hosts.
This commit is contained in:
parent
baf2ff7e90
commit
a877575a88
|
@ -1094,6 +1094,7 @@ virEnumToString;
|
|||
virEventAddHandle;
|
||||
virEventRemoveHandle;
|
||||
virFileAbsPath;
|
||||
virFileAccessibleAs;
|
||||
virFileBuildPath;
|
||||
virFileExists;
|
||||
virFileFindMountPoint;
|
||||
|
|
Loading…
Reference in New Issue