utils.lisp 168 B

12345678
  1. (in-package :hurd-translator)
  2. (defun port-exists-p (port)
  3. "Checks port existence on the actual translator."
  4. (bucket-has-port-p (port-bucket *translator*) port))