getproc.lisp 141 B

12345678910
  1. (in-package :hurd)
  2. (defcfun ("getproc" %getproc) process-t)
  3. (defun getproc ()
  4. "Get port name of current process server."
  5. (%getproc))