mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-09 13:54:03 +00:00
Update dependencies (#1831)
This commit is contained in:
82
vendor/modernc.org/libc/time/time_freebsd_amd64.go
generated
vendored
82
vendor/modernc.org/libc/time/time_freebsd_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_freebsd_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_freebsd_amd64.go -pkgname time', DO NOT EDIT.
|
||||
|
||||
package time
|
||||
|
||||
@ -15,46 +15,46 @@ var _ atomic.Value
|
||||
var _ unsafe.Pointer
|
||||
|
||||
const (
|
||||
CLK_TCK = 128
|
||||
CLOCKS_PER_SEC = 128
|
||||
CLOCK_MONOTONIC = 4
|
||||
CLOCK_MONOTONIC_FAST = 12
|
||||
CLOCK_MONOTONIC_PRECISE = 11
|
||||
CLOCK_PROCESS_CPUTIME_ID = 15
|
||||
CLOCK_PROF = 2
|
||||
CLOCK_REALTIME = 0
|
||||
CLOCK_REALTIME_FAST = 10
|
||||
CLOCK_REALTIME_PRECISE = 9
|
||||
CLOCK_SECOND = 13
|
||||
CLOCK_THREAD_CPUTIME_ID = 14
|
||||
CLOCK_UPTIME = 5
|
||||
CLOCK_UPTIME_FAST = 8
|
||||
CLOCK_UPTIME_PRECISE = 7
|
||||
CLOCK_VIRTUAL = 1
|
||||
TIMER_ABSTIME = 0x1
|
||||
TIMER_RELTIME = 0x0
|
||||
TIME_UTC = 1
|
||||
X_CLOCKID_T_DECLARED = 0
|
||||
X_CLOCK_T_DECLARED = 0
|
||||
X_FILE_OFFSET_BITS = 64
|
||||
X_LOCALE_T_DEFINED = 0
|
||||
X_LP64 = 1
|
||||
X_MACHINE__LIMITS_H_ = 0
|
||||
X_MACHINE__TYPES_H_ = 0
|
||||
X_Nonnull = 0
|
||||
X_Null_unspecified = 0
|
||||
X_Nullable = 0
|
||||
X_PID_T_DECLARED = 0
|
||||
X_SIZE_T_DECLARED = 0
|
||||
X_SYS_CDEFS_H_ = 0
|
||||
X_SYS_TIMESPEC_H_ = 0
|
||||
X_SYS__TIMESPEC_H_ = 0
|
||||
X_SYS__TYPES_H_ = 0
|
||||
X_TIMER_T_DECLARED = 0
|
||||
X_TIME_H_ = 0
|
||||
X_TIME_T_DECLARED = 0
|
||||
X_XLOCALE_LOCALE1_H = 0
|
||||
Unix = 1
|
||||
CLK_TCK = 128 // time.h:55:1:
|
||||
CLOCKS_PER_SEC = 128 // time.h:59:1:
|
||||
CLOCK_MONOTONIC = 4 // time.h:109:1:
|
||||
CLOCK_MONOTONIC_FAST = 12 // time.h:116:1:
|
||||
CLOCK_MONOTONIC_PRECISE = 11 // time.h:115:1:
|
||||
CLOCK_PROCESS_CPUTIME_ID = 15 // time.h:119:1:
|
||||
CLOCK_PROF = 2 // time.h:106:1:
|
||||
CLOCK_REALTIME = 0 // time.h:102:1:
|
||||
CLOCK_REALTIME_FAST = 10 // time.h:114:1:
|
||||
CLOCK_REALTIME_PRECISE = 9 // time.h:113:1:
|
||||
CLOCK_SECOND = 13 // time.h:117:1:
|
||||
CLOCK_THREAD_CPUTIME_ID = 14 // time.h:118:1:
|
||||
CLOCK_UPTIME = 5 // time.h:110:1:
|
||||
CLOCK_UPTIME_FAST = 8 // time.h:112:1:
|
||||
CLOCK_UPTIME_PRECISE = 7 // time.h:111:1:
|
||||
CLOCK_VIRTUAL = 1 // time.h:105:1:
|
||||
TIMER_ABSTIME = 0x1 // time.h:126:1:
|
||||
TIMER_RELTIME = 0x0 // time.h:123:1:
|
||||
TIME_UTC = 1 // time.h:216:1:
|
||||
X_CLOCKID_T_DECLARED = 0 // time.h:82:1:
|
||||
X_CLOCK_T_DECLARED = 0 // time.h:63:1:
|
||||
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
|
||||
X_LOCALE_T_DEFINED = 0 // _time.h:35:1:
|
||||
X_LP64 = 1 // <predefined>:1:1:
|
||||
X_MACHINE__LIMITS_H_ = 0 // _limits.h:36:1:
|
||||
X_MACHINE__TYPES_H_ = 0 // _types.h:42:1:
|
||||
X_Nonnull = 0 // cdefs.h:783:1:
|
||||
X_Null_unspecified = 0 // cdefs.h:785:1:
|
||||
X_Nullable = 0 // cdefs.h:784:1:
|
||||
X_PID_T_DECLARED = 0 // time.h:96:1:
|
||||
X_SIZE_T_DECLARED = 0 // time.h:73:1:
|
||||
X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
|
||||
X_SYS_TIMESPEC_H_ = 0 // timespec.h:37:1:
|
||||
X_SYS__TIMESPEC_H_ = 0 // _timespec.h:37:1:
|
||||
X_SYS__TYPES_H_ = 0 // _types.h:32:1:
|
||||
X_TIMER_T_DECLARED = 0 // time.h:87:1:
|
||||
X_TIME_H_ = 0 // time.h:44:1:
|
||||
X_TIME_T_DECLARED = 0 // time.h:68:1:
|
||||
X_XLOCALE_LOCALE1_H = 0 // _time.h:45:1:
|
||||
Unix = 1 // <predefined>:337:1:
|
||||
)
|
||||
|
||||
type Ptrdiff_t = int64 /* <builtin>:3:26 */
|
||||
|
Reference in New Issue
Block a user