]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/sockets/unix/unix.factor
Merge qualified, alias, symbols, constants into core
[factor.git] / basis / io / sockets / unix / unix.factor
index 1dc92d7d08af040dee214ab21f5d5bd6740b87b5..f209df58620654fcfb325fedaa9f8725b918e510 100644 (file)
@@ -5,7 +5,7 @@ namespaces threads sequences byte-arrays io.ports
 io.binary io.backend.unix io.streams.duplex
 io.backend io.ports io.pathnames io.files.private
 io.encodings.utf8 math.parser continuations libc combinators
-system accessors qualified destructors unix locals init ;
+system accessors destructors unix locals init ;
 
 EXCLUDE: io => read write close ;
 EXCLUDE: io.sockets => accept ;