diff options
Diffstat (limited to 'vendor/modernc.org/libc/poll/poll_openbsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/poll/poll_openbsd_amd64.go | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/vendor/modernc.org/libc/poll/poll_openbsd_amd64.go b/vendor/modernc.org/libc/poll/poll_openbsd_amd64.go index eac426f0..08792553 100644 --- a/vendor/modernc.org/libc/poll/poll_openbsd_amd64.go +++ b/vendor/modernc.org/libc/poll/poll_openbsd_amd64.go @@ -40,7 +40,7 @@ const ( X_SYS__TYPES_H_ = 0 // _types.h:35:1: X_TIMESPEC_DECLARED = 0 // poll.h:73:1: X_TIME_T_DEFINED_ = 0 // poll.h:68:1: - Unix = 1 // <predefined>:340:1: + Unix = 1 // <predefined>:344:1: ) type Ptrdiff_t = int64 /* <builtin>:3:26 */ @@ -295,7 +295,7 @@ type Nfds_t = uint32 /* poll.h:37:22 */ // Default values. -// $OpenBSD: _types.h,v 1.9 2014/08/22 23:05:15 krw Exp $ +// $OpenBSD: _types.h,v 1.10 2022/08/06 13:31:13 semarie Exp $ // - // Copyright (c) 1990, 1993 @@ -455,18 +455,17 @@ type X__sa_family_t = X__uint8_t /* _types.h:59:19 */ // sockaddr address family type X__segsz_t = X__int32_t /* _types.h:60:19 */ // segment size type X__socklen_t = X__uint32_t /* _types.h:61:20 */ // length type for network syscalls type X__suseconds_t = int64 /* _types.h:62:15 */ // microseconds (signed) -type X__swblk_t = X__int32_t /* _types.h:63:19 */ // swap offset -type X__time_t = X__int64_t /* _types.h:64:19 */ // epoch time -type X__timer_t = X__int32_t /* _types.h:65:19 */ // POSIX timer identifiers -type X__uid_t = X__uint32_t /* _types.h:66:20 */ // user id -type X__useconds_t = X__uint32_t /* _types.h:67:20 */ // microseconds +type X__time_t = X__int64_t /* _types.h:63:19 */ // epoch time +type X__timer_t = X__int32_t /* _types.h:64:19 */ // POSIX timer identifiers +type X__uid_t = X__uint32_t /* _types.h:65:20 */ // user id +type X__useconds_t = X__uint32_t /* _types.h:66:20 */ // microseconds // mbstate_t is an opaque object to keep conversion state, during multibyte // stream conversions. The content must not be referenced by user programs. type X__mbstate_t = struct { F__ccgo_pad1 [0]uint64 F__mbstate8 [128]int8 -} /* _types.h:76:3 */ +} /* _types.h:75:3 */ type Sigset_t = uint32 /* poll.h:64:22 */ |