remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / unix / getfsstat / macosx / macosx.factor
blob0db1bb86ad4b0070a80e8d9db5f51c7c75eadc82
1 ! Copyright (C) 2008 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: alien.syntax ;
4 IN: unix.getfsstat.macosx
6 CONSTANT: MNT_WAIT    1   ! synchronously wait for I/O to complete
7 CONSTANT: MNT_NOWAIT  2   ! start all I/O, but do not wait for it
9 FUNCTION: int getfsstat64 ( statfs* buf, int bufsize, int flags ) ;