diff options
author | 2021-09-08 20:22:24 +0100 | |
---|---|---|
committer | 2021-09-08 20:22:24 +0100 | |
commit | 299801f299737364cdd3e5a526bd40df5c48ca93 (patch) | |
tree | 2d0926cdcf3088781842a83fd8ed50593006ccc2 /vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go | |
parent | rework media processing a little bit (#191) (diff) | |
parent | update bun library -> v1.0.4 (diff) | |
download | gotosocial-299801f299737364cdd3e5a526bd40df5c48ca93.tar.xz |
Merge pull request #195 from NyaaaWhatsUpDoc/update/bun-library
update bun library -> v1.0.4
Diffstat (limited to 'vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go')
-rw-r--r-- | vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go b/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go index 8ef821e5d..e2ae1ec8b 100644 --- a/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go +++ b/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go @@ -192,10 +192,6 @@ func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { rsa.Service_name_len = uint64(length) } -func InotifyInit() (fd int, err error) { - return InotifyInit1(0) -} - func Pause() error { _, err := ppoll(nil, 0, nil, nil) return err |