package poll

Import Path
	modernc.org/libc/poll (on go.dev)

Dependency Relation
	imports 4 packages, and imported by one package


Package-Level Type Names (total 9, all are exported)
/* sort exporteds by: | */
type Nfds_t = uint32 (basic type)
Fevents int16 Ffd int32 Frevents int16
type Ptrdiff_t = int64 (basic type)
type Size_t = uint64 (basic type)
type Wchar_t = int32 (basic type)
type X__builtin_va_list = uintptr (basic type)
type X__float128 = float64 (basic type)
Fhi int64 Flo int64
Fhi uint64 Flo uint64
Package-Level Variables (only one, which is exported)
var CAPI map[string]struct{}
Package-Level Constants (total 25, all are exported)
const POLLATTRIB = 1024
const POLLERR = 8
const POLLEXTEND = 512
const POLLHUP = 16
const POLLIN = 1
const POLLNVAL = 32
const POLLOUT = 4
const POLLPRI = 2
const POLLRDBAND = 128
const POLLRDNORM = 64
const POLLSTANDARD = 511
const POLLWRBAND = 256
const POLLWRITE = 4096
const POLLWRNORM = 4
const X_CDEFS_H_ = 0
const X_FILE_OFFSET_BITS = 64
const X_LP64 = 1
const X_Nonnull = 0
const X_Nullable = 0
const X_SYS_POLL_H_ = 0