diff options
author | 2021-09-08 20:05:26 +0100 | |
---|---|---|
committer | 2021-09-08 20:05:26 +0100 | |
commit | bdcc090851f37f1e81a53c1e695f897b1252cd22 (patch) | |
tree | 2d0926cdcf3088781842a83fd8ed50593006ccc2 /vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go | |
parent | rework media processing a little bit (#191) (diff) | |
download | gotosocial-bdcc090851f37f1e81a53c1e695f897b1252cd22.tar.xz |
update bun library -> v1.0.4
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
Diffstat (limited to 'vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go')
-rw-r--r-- | vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go index d13d6da01..92ab46bc5 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go @@ -544,17 +544,6 @@ func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func InotifyInit() (fd int, err error) { - r0, _, e1 := RawSyscall(SYS_INOTIFY_INIT, 0, 0, 0) - fd = int(r0) - if e1 != 0 { - err = errnoErr(e1) - } - return -} - -// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT - func Ioperm(from int, num int, on int) (err error) { _, _, e1 := Syscall(SYS_IOPERM, uintptr(from), uintptr(num), uintptr(on)) if e1 != 0 { |