1 USING: kernel alien.syntax math ;
10 { "nlink_t" "st_nlink" }
14 { "int32_t" "st_lspare0" }
15 { "timespec" "st_atimespec" }
16 { "timespec" "st_mtimespec" }
17 { "timespec" "st_ctimespec" }
19 { "int64_t" "st_blocks" }
20 { "u_int32_t" "st_blksize" }
21 { "u_int32_t" "st_flags" }
22 { "u_int32_t" "st_gen" }
23 { "int32_t" "st_lspare1" }
24 { "timespec" "st_birthtimespec" }
25 { { "int64_t" 2 } "st_qspare" } ;
27 FUNCTION: int stat ( char* pathname, stat* buf ) ;
28 FUNCTION: int lstat ( char* pathname, stat* buf ) ;