/* ISC license. */ #include #include int iobufferk_nosys (iobufferk_ref k) { (void)k ; return (errno = ENOSYS, -1) ; }