summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
diff options
context:
space:
mode:
authorLibravatar kim (grufwub) <grufwub@gmail.com>2021-09-08 21:12:23 +0100
committerLibravatar kim (grufwub) <grufwub@gmail.com>2021-09-08 21:12:23 +0100
commit71a4f8667c63c2ffbe58eee7b5e963d3e09a42de (patch)
treed78cb33084b46cc0490b81a6422eee5207f608cc /vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
parentrework media processing a little bit (#191) (diff)
downloadgotosocial-71a4f8667c63c2ffbe58eee7b5e963d3e09a42de.tar.xz
update sqlite library -> v1.13.0
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
Diffstat (limited to 'vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go')
-rw-r--r--vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go b/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
index 27aee81d9..7079b435d 100644
--- a/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
+++ b/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
@@ -221,10 +221,6 @@ func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) {
rsa.Service_name_len = uint64(length)
}
-func InotifyInit() (fd int, err error) {
- return InotifyInit1(0)
-}
-
//sys poll(fds *PollFd, nfds int, timeout int) (n int, err error)
func Poll(fds []PollFd, timeout int) (n int, err error) {