repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up functors so that the generated code looks sane with 'see'
[factor/jcg.git]
/
vm
/
os-linux.h
blob
8e78595687b81cd12e278dc45d31dbee753ce420
1
#include <sys/syscall.h>
2
3
int
inotify_init
(
void
);
4
int
inotify_add_watch
(
int
fd
,
const char
*
name
,
u32 mask
);
5
int
inotify_rm_watch
(
int
fd
,
u32 wd
);