]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/linux/inotify/inotify.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / unix / linux / inotify / inotify.factor
index f589c17e288de81009ece66c7ab398fc5f057173..c296cc81661f9c0c5bae2eff13612c6097f80463 100644 (file)
@@ -52,5 +52,5 @@ CONSTANT: IN_ONESHOT HEX: 80000000    ! only send event once
     } flags ; foldable\r
 \r
 FUNCTION: int inotify_init ( ) ;\r
-FUNCTION: int inotify_add_watch ( int fd, char* name, uint mask  ) ;\r
+FUNCTION: int inotify_add_watch ( int fd, c-string name, uint mask  ) ;\r
 FUNCTION: int inotify_rm_watch ( int fd, uint wd ) ;\r