ref: cbf8e144771b88703180db26d74f1c65e45d84fe
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#) }