fix linux bootstrap

db4
Joe Groff 2009-09-27 22:16:07 -05:00
parent 123f4fbc30
commit 543ca72632
1 changed files with 2 additions and 2 deletions

View File

@ -62,6 +62,8 @@ MACRO:: unix-system-call ( quot -- )
]
] ;
HOOK: open-file os ( path flags mode -- fd )
<<
{
@ -155,8 +157,6 @@ FUNCTION: int shutdown ( int fd, int how ) ;
FUNCTION: int open ( char* path, int flags, int prot ) ;
HOOK: open-file os ( path flags mode -- fd )
M: unix open-file [ open ] unix-system-call ;
FUNCTION: DIR* opendir ( char* path ) ;