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