]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/linux/inotify/inotify.factor
factor: rename files that are not loadable on mac, too
[factor.git] / basis / unix / linux / inotify / inotify.factor
index e641c618474b4a681fef44ffa73e250999905bc8..3a41d3ae305ce0a6d7fff74a9bb92ea32357cd06 100644 (file)
@@ -52,6 +52,6 @@ CONSTANT: IN_ALL_EVENTS
         IN_MOVE_SELF
     }
 
-FUNCTION: int inotify_init ( ) ;
-FUNCTION: int inotify_add_watch ( int fd, c-string name, uint mask  ) ;
-FUNCTION: int inotify_rm_watch ( int fd, uint wd ) ;
+FUNCTION: int inotify_init ( )
+FUNCTION: int inotify_add_watch ( int fd, c-string name, uint mask  )
+FUNCTION: int inotify_rm_watch ( int fd, uint wd )