unbreak bootstrap

db4
Doug Coleman 2009-02-06 18:36:00 -06:00
parent 938d459b5c
commit 4ebc3203d6
1 changed files with 1 additions and 3 deletions

View File

@ -2,12 +2,10 @@
! Copyright (C) 2007, 2008 Slava Pestov
! Copyright (C) 2007, 2008 Doug Coleman
! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.syntax assocs continuations destructors
USING: alien assocs continuations destructors
kernel namespaces accessors sets summary ;
IN: libc
LIBRARY: factor
: errno ( -- int )
"int" "factor" "err_no" { } alien-invoke ;