ref: c9d2fecbd06d0e9efc2fa16f214f1612a9a40d93 dir: /sys/src/ape/lib/9/segdetach.c/
#include <lib9.h> extern int _SEGDETACH(void *); int segdetach(void *addr) { return _SEGDETACH(addr); }