summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/libc_freebsd_386.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-05-18 16:58:26 +0200
committerLibravatar GitHub <noreply@github.com>2022-05-18 15:58:26 +0100
commitf4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad (patch)
treeae39ceff207b2f67dfc4a6971816f29d95507806 /vendor/modernc.org/libc/libc_freebsd_386.go
parent[chore] Timeline test updates (#578) (diff)
downloadgotosocial-f4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad.tar.xz
[performance] Add further indexes to mitigate laggy queries (#586)
* start adding more indexes as a migration * update sqlite version
Diffstat (limited to 'vendor/modernc.org/libc/libc_freebsd_386.go')
-rw-r--r--vendor/modernc.org/libc/libc_freebsd_386.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/modernc.org/libc/libc_freebsd_386.go b/vendor/modernc.org/libc/libc_freebsd_386.go
index f34bf2e26..294448774 100644
--- a/vendor/modernc.org/libc/libc_freebsd_386.go
+++ b/vendor/modernc.org/libc/libc_freebsd_386.go
@@ -630,8 +630,6 @@ func Xopendir(t *TLS, name uintptr) uintptr {
return p
}
-func X__srget(t *TLS, stream uintptr) int32 { return Xgetc(t, stream) }
-
// int chflags(const char *path, u_int flags);
func Xchflags(t *TLS, path uintptr, flags uint32) int32 {
if err := unix.Chflags(GoString(path), int(flags)); err != nil {