提交 db8241ed 编写于 作者: G George Kulakowski 提交者: GitHub

[content handler] Use the non-deprecated name for ioctl_vfs_watch_dir (#3849)

上级 eb467a8b
...@@ -43,7 +43,7 @@ bool WaitForFirstDisplayDriver() { ...@@ -43,7 +43,7 @@ bool WaitForFirstDisplayDriver() {
return false; return false;
} }
status = ioctl_vfs_watch_dir_v2(fd.get(), &wd); status = ioctl_vfs_watch_dir(fd.get(), &wd);
if (status != MX_OK) { if (status != MX_OK) {
FTL_DLOG(ERROR) << "Failed to create directory watcher for " FTL_DLOG(ERROR) << "Failed to create directory watcher for "
<< kDisplayDriverClass; << kDisplayDriverClass;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册