summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/time
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-06 14:40:53 +0000
committerLibravatar GitHub <noreply@github.com>2023-11-06 14:40:53 +0000
commit28f85db30afe5709c9814186ae14eb12199cbc35 (patch)
tree3e7292cc6e9c97dc35feadec95a9fe00ad63890e /vendor/modernc.org/libc/time
parent[feature] support canceling scheduled tasks, some federation API performance ... (diff)
downloadgotosocial-28f85db30afe5709c9814186ae14eb12199cbc35.tar.xz
[chore]: Bump modernc.org/sqlite from 1.26.0 to 1.27.0 (#2339)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/modernc.org/libc/time')
-rw-r--r--vendor/modernc.org/libc/time/time_linux_amd64.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/modernc.org/libc/time/time_linux_amd64.go b/vendor/modernc.org/libc/time/time_linux_amd64.go
index e7f73f0dd..1e08a9c98 100644
--- a/vendor/modernc.org/libc/time/time_linux_amd64.go
+++ b/vendor/modernc.org/libc/time/time_linux_amd64.go
@@ -61,6 +61,9 @@ const (
X_T_SIZE_ = 0 // stddef.h:185:1:
Linux = 1 // <predefined>:231:1:
Unix = 1 // <predefined>:177:1:
+
+ // #define CLOCKS_PER_SEC ((__clock_t) 1000000)
+ CLOCKS_PER_SEC = 1000000
)
type Ptrdiff_t = int64 /* <builtin>:3:26 */