Loading posix/packages.lisp +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ #:gettimeofday #:getuid #:ioctl #:kill #:link #:lockf #:lseek Loading posix/unix.lisp +7 −0 Original line number Diff line number Diff line Loading @@ -271,6 +271,13 @@ ((pointerp arg) (%ioctl-with-arg fd request arg)) (t (error "Wrong argument to ioctl: ~S" arg)))) ;;;; signal.h (defsyscall "kill" :int "Send signal to a process." (pid pid) (sig :int)) ;;;; sys/mman.h (defsyscall "mlock" :int Loading Loading
posix/packages.lisp +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ #:gettimeofday #:getuid #:ioctl #:kill #:link #:lockf #:lseek Loading
posix/unix.lisp +7 −0 Original line number Diff line number Diff line Loading @@ -271,6 +271,13 @@ ((pointerp arg) (%ioctl-with-arg fd request arg)) (t (error "Wrong argument to ioctl: ~S" arg)))) ;;;; signal.h (defsyscall "kill" :int "Send signal to a process." (pid pid) (sig :int)) ;;;; sys/mman.h (defsyscall "mlock" :int Loading