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/syscall_linux_ppc.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/syscall_linux_ppc.go')
-rw-r--r-- | vendor/golang.org/x/sys/unix/syscall_linux_ppc.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go b/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go index 6f1fc581e..1810a7279 100644 --- a/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go +++ b/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go @@ -23,7 +23,6 @@ import ( //sysnb Geteuid() (euid int) //sysnb Getgid() (gid int) //sysnb Getuid() (uid int) -//sysnb InotifyInit() (fd int, err error) //sys Ioperm(from int, num int, on int) (err error) //sys Iopl(level int) (err error) //sys Lchown(path string, uid int, gid int) (err error) |