select.lisp 155 B

12345678910
  1. (in-package :hurd-common)
  2. (defbitfield select-type
  3. "Possible arguments to io-select."
  4. (:read #x00000001)
  5. (:write #x00000002)
  6. (:urg #x00000004))