diff options
author | 2021-09-08 20:55:13 +0100 | |
---|---|---|
committer | 2021-09-08 20:55:13 +0100 | |
commit | 151069cff48f34f2f837220a8cdba9377ff354aa (patch) | |
tree | 6c8dd9e0c5b36e3acb2011f0ef69ac689c30000c /vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go | |
parent | update oauth library --> v4.3.2-SSB (diff) | |
parent | Merge pull request #195 from NyaaaWhatsUpDoc/update/bun-library (diff) | |
download | gotosocial-151069cff48f34f2f837220a8cdba9377ff354aa.tar.xz |
Merge remote-tracking branch 'upstream/main' into update/oauth-library
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
Diffstat (limited to 'vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go')
-rw-r--r-- | vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go index da8ec0396..a289e993b 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go @@ -191,17 +191,6 @@ func Getuid() (uid int) { // 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 { |