(define-module (chibi posix) (export open-input-fd open-output-fd pipe delete-file link-file symbolic-link-file rename-file directory-files create-directory delete-directory current-seconds waitpid exit ) (import-immutable (scheme)) (include-shared "posix") (include "posix.scm"))