提交 9e91398b 编写于 作者: R rofl0r

fanotify.c: fix typo in header inclusion

the header is included only as a guard to check that the declaration
and definition match, so the typo didn't cause any breakage aside
from omitting this check.
上级 863d628d
#include "syscall.h"
#include <sys/inotify.h>
#include <sys/fanotify.h>
int fanotify_init(unsigned flags, unsigned event_f_flags)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册