OSDN Git Service

inotify_rm_watch: Change second argument to int
authorKevin Cernekee <cernekee@gmail.com>
Sun, 8 Apr 2012 18:42:59 +0000 (11:42 -0700)
committerMike Frysinger <vapier@gentoo.org>
Sun, 8 Apr 2012 20:03:26 +0000 (16:03 -0400)
commit0f45e8a2794ccf64f6993ca8e84ce4125d7ac9a2
tree854d83bd7b1e6b75f818c66e5f7a47bafa2b776d
parentc10a5588b3c28d328bfe5fbcaa17a3e627972d99
inotify_rm_watch: Change second argument to int

2009-01-30  Ulrich Drepper  <drepper@redhat.com>

        [BZ #7040]
        * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
        inotify_rm_watch should have type int.

This change allows us to copy inotify.h verbatim from glibc into uClibc.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/sysdeps/linux/common/inotify.c
libc/sysdeps/linux/common/sys/inotify.h