unix: fix unlink-file

db4
Eduardo Cavazos 2008-05-13 19:05:12 -05:00
parent 099487d4d3
commit 991945d8b4
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ FUNCTION: int system ( char* command ) ;
FUNCTION: int unlink ( char* path ) ;
: unlink-file ( path -- ) [ unlink ] unix-system-call ;
: unlink-file ( path -- ) [ unlink ] unix-system-call drop ;
FUNCTION: int utimes ( char* path, timeval[2] times ) ;