Fix stat on linux/x86.64

db4
Slava Pestov 2008-03-25 22:26:33 -05:00
parent 4d8d25ecb3
commit 2f73edb3a2
1 changed files with 2 additions and 2 deletions

View File

@ -27,5 +27,5 @@ C-STRUCT: stat
FUNCTION: int __xstat ( int ver, char* pathname, stat* buf ) ;
FUNCTION: int __lxstat ( int ver, char* pathname, stat* buf ) ;
: stat ( pathname buf -- int ) 3 -rot __xstat ;
: lstat ( pathname buf -- int ) 3 -rot __lxstat ;
: stat ( pathname buf -- int ) 1 -rot __xstat ;
: lstat ( pathname buf -- int ) 1 -rot __lxstat ;