| Tags: | bindings |
| Authors: | Slava Pestov, Eduardo Cavazos |
| Platforms: | unix |
| Class | Superclass | Slots |
unix-system-call-error | tuple | args errno message word |
| Word | Stack effect |
open-file | ( path flags mode -- fd ) |
| Word | Stack effect |
unix-system-call | ( quot -- quot ) |
unix-system-call-allow-eintr | ( quot -- quot ) |
| Word | Stack effect |
(read-symbolic-link) | ( path bufsiz -- path' ) |
_exit | ( status -- int ) |
change-file-times | ( filename access modification -- ) |
close-file | ( fd -- ) |
make-fifo | ( path mode -- ) |
read-symbolic-link | ( path -- path ) |
touch | ( filename -- ) |
unix-call-failed? | ( ret -- ? ) |
unix-system-call-error | ( args errno message word -- * ) |
unlink-file | ( path -- ) |
| Word | Stack effect |
unix-system-call-error? | ( object -- ? ) |
| Vocabulary | Summary |
unix.debugger | |
unix.ffi | |
unix.getfsstat | |
unix.groups | Working with Unix user groups |
unix.kqueue | |
unix.linux | |
unix.process | |
unix.scheduler | Unix Process Scheduling |
unix.signals | Signal handling |
unix.stat | |
unix.statfs | |
unix.statvfs | |
unix.sysctl | |
unix.time | |
unix.types | |
unix.users | Working with Unix users |
unix.utmpx | |
unix.xattrs |