~ubuntu-branches/ubuntu/wily/musl/wily

« back to all changes in this revision

Viewing changes to include/sys/inotify.h

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2014-03-22 09:39:56 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140322093956-1oc4xt9b2n3domo7
Tags: 1.0.0-1
* Import upstream version 1.0.0
* Provide musl-ldd (Closes: #732169)
* Arch independent ld-musl-config (Closes: #739205)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
int inotify_init(void);
49
49
int inotify_init1(int);
50
50
int inotify_add_watch(int, const char *, uint32_t);
51
 
int inotify_rm_watch(int, uint32_t);
 
51
int inotify_rm_watch(int, int);
52
52
 
53
53
#ifdef __cplusplus
54
54
}