// SPDX-License-Identifier: BSD-3-Clause //go:build ignore // plus hand editing about timeval /* Input to cgo -godefs. */ package host /* #include #include */ import "C" type ( Utmpx C.struct_utmpx Timeval C.struct_timeval )