mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-09 08:14:02 +00:00
Update dependencies (#1831)
This commit is contained in:
64
vendor/modernc.org/libc/time/time_openbsd_amd64.go
generated
vendored
64
vendor/modernc.org/libc/time/time_openbsd_amd64.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo time/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 time/time_openbsd_amd64.go -pkgname time', DO NOT EDIT.
|
||||
// Code generated by 'ccgo time/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 time/time_openbsd_amd64.go -pkgname time', DO NOT EDIT.
|
||||
|
||||
package time
|
||||
|
||||
@ -15,37 +15,37 @@ var _ atomic.Value
|
||||
var _ unsafe.Pointer
|
||||
|
||||
const (
|
||||
CLK_TCK = 100
|
||||
CLOCKS_PER_SEC = 100
|
||||
CLOCK_BOOTTIME = 6
|
||||
CLOCK_MONOTONIC = 3
|
||||
CLOCK_PROCESS_CPUTIME_ID = 2
|
||||
CLOCK_REALTIME = 0
|
||||
CLOCK_THREAD_CPUTIME_ID = 4
|
||||
CLOCK_UPTIME = 5
|
||||
TIMER_ABSTIME = 0x1
|
||||
TIMER_RELTIME = 0x0
|
||||
TIME_UTC = 1
|
||||
X_CLOCKID_T_DEFINED_ = 0
|
||||
X_CLOCK_T_DEFINED_ = 0
|
||||
X_FILE_OFFSET_BITS = 64
|
||||
X_LOCALE_T_DEFINED_ = 0
|
||||
X_LP64 = 1
|
||||
X_MACHINE_CDEFS_H_ = 0
|
||||
X_MACHINE__TYPES_H_ = 0
|
||||
X_MAX_PAGE_SHIFT = 12
|
||||
X_PID_T_DEFINED_ = 0
|
||||
X_RET_PROTECTOR = 1
|
||||
X_SIZE_T_DEFINED_ = 0
|
||||
X_STACKALIGNBYTES = 15
|
||||
X_SYS_CDEFS_H_ = 0
|
||||
X_SYS__TIME_H_ = 0
|
||||
X_SYS__TYPES_H_ = 0
|
||||
X_TIMER_T_DEFINED_ = 0
|
||||
X_TIMESPEC_DECLARED = 0
|
||||
X_TIME_H_ = 0
|
||||
X_TIME_T_DEFINED_ = 0
|
||||
Unix = 1
|
||||
CLK_TCK = 100 // time.h:68:1:
|
||||
CLOCKS_PER_SEC = 100 // time.h:71:1:
|
||||
CLOCK_BOOTTIME = 6 // _time.h:40:1:
|
||||
CLOCK_MONOTONIC = 3 // _time.h:37:1:
|
||||
CLOCK_PROCESS_CPUTIME_ID = 2 // _time.h:36:1:
|
||||
CLOCK_REALTIME = 0 // _time.h:35:1:
|
||||
CLOCK_THREAD_CPUTIME_ID = 4 // _time.h:38:1:
|
||||
CLOCK_UPTIME = 5 // _time.h:39:1:
|
||||
TIMER_ABSTIME = 0x1 // _time.h:62:1:
|
||||
TIMER_RELTIME = 0x0 // _time.h:61:1:
|
||||
TIME_UTC = 1 // time.h:179:1:
|
||||
X_CLOCKID_T_DEFINED_ = 0 // time.h:87:1:
|
||||
X_CLOCK_T_DEFINED_ = 0 // time.h:49:1:
|
||||
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
|
||||
X_LOCALE_T_DEFINED_ = 0 // time.h:106:1:
|
||||
X_LP64 = 1 // <predefined>:1:1:
|
||||
X_MACHINE_CDEFS_H_ = 0 // cdefs.h:9:1:
|
||||
X_MACHINE__TYPES_H_ = 0 // _types.h:36:1:
|
||||
X_MAX_PAGE_SHIFT = 12 // _types.h:52:1:
|
||||
X_PID_T_DEFINED_ = 0 // time.h:99:1:
|
||||
X_RET_PROTECTOR = 1 // <predefined>:2:1:
|
||||
X_SIZE_T_DEFINED_ = 0 // time.h:59:1:
|
||||
X_STACKALIGNBYTES = 15 // _types.h:49:1:
|
||||
X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
|
||||
X_SYS__TIME_H_ = 0 // _time.h:33:1:
|
||||
X_SYS__TYPES_H_ = 0 // _types.h:35:1:
|
||||
X_TIMER_T_DEFINED_ = 0 // time.h:92:1:
|
||||
X_TIMESPEC_DECLARED = 0 // time.h:75:1:
|
||||
X_TIME_H_ = 0 // time.h:42:1:
|
||||
X_TIME_T_DEFINED_ = 0 // time.h:54:1:
|
||||
Unix = 1 // <predefined>:340:1:
|
||||
)
|
||||
|
||||
type Ptrdiff_t = int64 /* <builtin>:3:26 */
|
||||
|
Reference in New Issue
Block a user