Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
fix inotify_add_watch signature
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Oct 7, 2013
1 parent 43eaa58 commit ee714ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sys/linux/sys/inotify.d
Expand Up @@ -52,5 +52,5 @@ enum: uint

int inotify_init();
int inotify_init1(int flags);
int inotify_add_watch(int fd, char* name, uint mask);
int inotify_add_watch(int fd, const(char)* name, uint mask);
int inotify_rm_watch(int fd, uint wd);

0 comments on commit ee714ec

Please sign in to comment.