aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gitea/aarch64-go-log-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gitea/aarch64-go-log-fix.patch')
-rw-r--r--testing/gitea/aarch64-go-log-fix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/gitea/aarch64-go-log-fix.patch b/testing/gitea/aarch64-go-log-fix.patch
deleted file mode 100644
index c3e54e6b81..0000000000
--- a/testing/gitea/aarch64-go-log-fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./vendor/github.com/ngaut/log/crash_unix.go.orig
-+++ ./vendor/github.com/ngaut/log/crash_unix.go
-@@ -13,6 +13,6 @@
- if err != nil {
- log.Println(err.Error())
- } else {
-- syscall.Dup2(int(f.Fd()), 2)
-+ syscall.Dup3(int(f.Fd()), 2, 0)
- }
- }