libc: fix vocab definition of platform dependent parts of libc
parent
a222ac173b
commit
58388f7c26
|
@ -7,7 +7,7 @@ combinators continuations destructors destructors.private kernel math
|
||||||
namespaces prettyprint sequences sets summary system vocabs vocabs.parser ;
|
namespaces prettyprint sequences sets summary system vocabs vocabs.parser ;
|
||||||
IN: libc
|
IN: libc
|
||||||
|
|
||||||
<< "libc." os unparse append use-vocab >>
|
<< "libc." os unparse append require >>
|
||||||
|
|
||||||
LIBRARY: factor
|
LIBRARY: factor
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: alien.syntax ;
|
USING: alien.syntax ;
|
||||||
IN: libc.linux
|
IN: libc
|
||||||
|
|
||||||
LIBRARY: libc
|
LIBRARY: libc
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: alien.syntax ;
|
USING: alien.syntax ;
|
||||||
IN: libc.macosx
|
IN: libc
|
||||||
|
|
||||||
LIBRARY: libc
|
LIBRARY: libc
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
USING: alien.syntax ;
|
USING: alien.syntax ;
|
||||||
IN: libc.windows
|
IN: libc
|
||||||
|
|
||||||
LIBRARY: libc
|
LIBRARY: libc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue