]> gitweb.factorcode.org Git - factor.git/commitdiff
unix.ffi: adding fileno.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Oct 2012 16:00:08 +0000 (09:00 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Oct 2012 16:00:08 +0000 (09:00 -0700)
basis/unix/ffi/ffi.factor

index 2572a518e0e3b98a15aa8a701d1316af11805d22..fb820949b3abbe384f5654387add5ae94495621e 100644 (file)
@@ -69,6 +69,7 @@ FUNCTION: void endpwent ( ) ;
 FUNCTION: int fchdir ( int fd ) ;
 FUNCTION: int fchown ( int fd, uid_t owner, gid_t group ) ;
 FUNCTION: int fcntl ( int fd, int cmd, int arg ) ;
+FUNCTION: int fileno ( FILE* stream ) ;
 FUNCTION: int flock ( int fd, int operation ) ;
 FUNCTION: void freeaddrinfo ( addrinfo* ai ) ;
 FUNCTION: int futimes ( int id, timeval[2] times ) ;