Skip to content

Commit

Permalink
integer-overflow - copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
akemrir committed Oct 9, 2024
1 parent b134174 commit 7f83228
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 29 deletions.
5 changes: 2 additions & 3 deletions syscallf/syscall_linux.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

package syscallf

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_386.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -l32 -tags linux,386 syscall_linux.go syscall_linux_386.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && 386

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_amd64.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -tags linux,amd64 syscall_linux.go syscall_linux_amd64.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && amd64

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_arm.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -l32 -arm -tags linux,arm syscall_linux.go syscall_linux_arm.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && arm

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_arm64.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -tags linux,arm64 syscall_linux.go syscall_linux_arm64.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && arm64

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_loong64.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -tags linux,loong64 syscall_linux.go syscall_linux_loong64.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && loong64

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_mips.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -b32 -arm -tags linux,mips syscall_linux.go syscall_linux_mipsx.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && mips

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_mips64.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -tags linux,mips64 syscall_linux.go syscall_linux_mips64x.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && mips64

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_mips64le.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -tags linux,mips64le syscall_linux.go syscall_linux_mips64x.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && mips64le

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_mipsle.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -l32 -arm -tags linux,mipsle syscall_linux.go syscall_linux_mipsx.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && mipsle

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_ppc64.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -tags linux,ppc64 syscall_linux.go syscall_linux_ppc64x.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && ppc64

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_ppc64le.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -tags linux,ppc64le syscall_linux.go syscall_linux_ppc64x.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && ppc64le

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_riscv64.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -tags linux,riscv64 syscall_linux.go syscall_linux_riscv64.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && riscv64

Expand Down
4 changes: 2 additions & 2 deletions syscallf/zsyscall_linux_s390x.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mksyscall.pl -tags linux,s390x syscall_linux.go syscall_linux_s390x.go
// Code generated by the command above; DO NOT EDIT.
// Copyright 2009 The Go Authors.
// based on golang's syscall.InotifyRmWatch

//go:build linux && s390x

Expand Down

0 comments on commit 7f83228

Please sign in to comment.