fix typo in stat struct

db4
Doug Coleman 2009-08-30 20:46:49 -05:00
parent b0e895b8f9
commit 867d87998c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ STRUCT: stat
{ st_gen __uint32_t }
{ st_lspare __int32_t }
{ st_birthtimespec timespec }
{ pad0 __int32_t[2] }
{ pad0 __int32_t[2] } ;
FUNCTION: int stat ( char* pathname, stat* buf ) ;
FUNCTION: int lstat ( char* pathname, stat* buf ) ;