Fix NetBSD stat
parent
b8aad67946
commit
693ce07672
|
@ -25,5 +25,5 @@ C-STRUCT: stat
|
|||
FUNCTION: int __stat30 ( char* pathname, stat* buf ) ;
|
||||
FUNCTION: int __lstat30 ( char* pathname, stat* buf ) ;
|
||||
|
||||
: stat __stat30 ;
|
||||
: lstat __lstat30 ;
|
||||
: stat ( pathname buf -- n ) __stat30 ; inline
|
||||
: lstat ( pathname buf -- n ) __lstat30 ; inline
|
||||
|
|
|
@ -25,5 +25,5 @@ C-STRUCT: stat
|
|||
FUNCTION: int __stat13 ( char* pathname, stat* buf ) ;
|
||||
FUNCTION: int __lstat13 ( char* pathname, stat* buf ) ;
|
||||
|
||||
: stat __stat13 ; inline
|
||||
: lstat __lstat13 ; inline
|
||||
: stat ( pathname buf -- n ) __stat13 ; inline
|
||||
: lstat ( pathname buf -- n ) __lstat13 ; inline
|
||||
|
|
Loading…
Reference in New Issue