forked from lug/matterbridge
Update dependencies (#1831)
This commit is contained in:
46
vendor/modernc.org/libc/poll/poll_netbsd_amd64.go
generated
vendored
46
vendor/modernc.org/libc/poll/poll_netbsd_amd64.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o poll/poll_netbsd_amd64.go -pkgname poll', DO NOT EDIT.
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o poll/poll_netbsd_amd64.go -pkgname poll', DO NOT EDIT.
|
||||
|
||||
package poll
|
||||
|
||||
@@ -15,28 +15,28 @@ var _ atomic.Value
|
||||
var _ unsafe.Pointer
|
||||
|
||||
const (
|
||||
INFTIM = -1
|
||||
POLLERR = 0x0008
|
||||
POLLHUP = 0x0010
|
||||
POLLIN = 0x0001
|
||||
POLLNVAL = 0x0020
|
||||
POLLOUT = 0x0004
|
||||
POLLPRI = 0x0002
|
||||
POLLRDBAND = 0x0080
|
||||
POLLRDNORM = 0x0040
|
||||
POLLWRBAND = 0x0100
|
||||
POLLWRNORM = 4
|
||||
X_AMD64_INT_TYPES_H_ = 0
|
||||
X_FILE_OFFSET_BITS = 64
|
||||
X_LP64 = 1
|
||||
X_NETBSD_SOURCE = 1
|
||||
X_SYS_CDEFS_ELF_H_ = 0
|
||||
X_SYS_CDEFS_H_ = 0
|
||||
X_SYS_COMMON_ANSI_H_ = 0
|
||||
X_SYS_COMMON_INT_TYPES_H_ = 0
|
||||
X_SYS_POLL_H_ = 0
|
||||
X_SYS_SIGTYPES_H_ = 0
|
||||
X_X86_64_CDEFS_H_ = 0
|
||||
INFTIM = -1 // poll.h:67:1:
|
||||
POLLERR = 0x0008 // poll.h:59:1:
|
||||
POLLHUP = 0x0010 // poll.h:60:1:
|
||||
POLLIN = 0x0001 // poll.h:48:1:
|
||||
POLLNVAL = 0x0020 // poll.h:61:1:
|
||||
POLLOUT = 0x0004 // poll.h:50:1:
|
||||
POLLPRI = 0x0002 // poll.h:49:1:
|
||||
POLLRDBAND = 0x0080 // poll.h:53:1:
|
||||
POLLRDNORM = 0x0040 // poll.h:51:1:
|
||||
POLLWRBAND = 0x0100 // poll.h:54:1:
|
||||
POLLWRNORM = 4 // poll.h:52:1:
|
||||
X_AMD64_INT_TYPES_H_ = 0 // int_types.h:35:1:
|
||||
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
|
||||
X_LP64 = 1 // <predefined>:268:1:
|
||||
X_NETBSD_SOURCE = 1 // featuretest.h:70:1:
|
||||
X_SYS_CDEFS_ELF_H_ = 0 // cdefs_elf.h:31:1:
|
||||
X_SYS_CDEFS_H_ = 0 // cdefs.h:37:1:
|
||||
X_SYS_COMMON_ANSI_H_ = 0 // common_ansi.h:33:1:
|
||||
X_SYS_COMMON_INT_TYPES_H_ = 0 // common_int_types.h:33:1:
|
||||
X_SYS_POLL_H_ = 0 // poll.h:33:1:
|
||||
X_SYS_SIGTYPES_H_ = 0 // sigtypes.h:40:1:
|
||||
X_X86_64_CDEFS_H_ = 0 // cdefs.h:4:1:
|
||||
)
|
||||
|
||||
type Ptrdiff_t = int64 /* <builtin>:3:26 */
|
||||
|
||||
Reference in New Issue
Block a user