Revision a1606b0b

b/linux-user/syscall.c
7068 7068
        ret = get_errno(sys_inotify_init());
7069 7069
        break;
7070 7070
#endif
7071
#ifdef CONFIG_INOTIFY1
7071 7072
#if defined(TARGET_NR_inotify_init1) && defined(__NR_inotify_init1)
7072 7073
    case TARGET_NR_inotify_init1:
7073 7074
        ret = get_errno(sys_inotify_init1(arg1));
7074 7075
        break;
7075 7076
#endif
7077
#endif
7076 7078
#if defined(TARGET_NR_inotify_add_watch) && defined(__NR_inotify_add_watch)
7077 7079
    case TARGET_NR_inotify_add_watch:
7078 7080
        p = lock_user_string(arg2);

Also available in: Unified diff