ref: 0b5b219f27ff55efda4f33df0ca3cd87140be712
dir: /lib/thread/fsbase+openbsd.myr/
use sys use "types" pkg thread = pkglocal const setfsbase : (h : tlshdr# -> void) pkglocal const getfsbase : (-> tlshdr#) ;; const setfsbase = {h sys.__set_tcb((h : void#)) } const getfsbase = { -> (sys.__get_tcb() : tlshdr#) }