Merge branch 'master' of git://factorcode.org/git/factor

db4
erg 2008-10-20 01:57:29 -05:00
commit 84a9a49416
1 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@ C-STRUCT: addrinfo
{ "addrinfo*" "next" } ;
C-STRUCT: dirent
{ "ino_t" "d_fileno" }
{ "__uint32_t" "d_fileno" }
{ "__uint16_t" "d_reclen" }
{ "__uint16_t" "d_namlen" }
{ "__uint8_t" "d_type" }
{ { "char" 512 } "d_name" } ;
{ "__uint8_t" "d_namlen" }
{ { "char" 256 } "d_name" } ;
: EPERM 1 ; inline
: ENOENT 2 ; inline