Skip to content

Commit

Permalink
1.20_windows/runtime/cgo, 1.21_windows/runtime/cgo: remove unnecessar…
Browse files Browse the repository at this point in the history
…y changes

Apparently issues with stdio was fixed in Go 1.20. See golang/go#51007
  • Loading branch information
hajimehoshi committed Oct 6, 2023
1 parent 32644f0 commit d64cc80
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 44 deletions.
3 changes: 0 additions & 3 deletions 1.20_windows/runtime/cgo/gcc_fatalf.c.patch

This file was deleted.

3 changes: 0 additions & 3 deletions 1.20_windows/runtime/cgo/gcc_libinit.c.patch

This file was deleted.

3 changes: 0 additions & 3 deletions 1.20_windows/runtime/cgo/gcc_libinit_windows.c.patch

This file was deleted.

3 changes: 0 additions & 3 deletions 1.20_windows/runtime/cgo/gcc_windows_amd64.c.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//--from
#include <stdio.h>
//--to
//--from
static void
threadentry(void *v)
{
Expand Down
10 changes: 0 additions & 10 deletions 1.20_windows/runtime/cgo/libcgo.h.patch

This file was deleted.

3 changes: 0 additions & 3 deletions 1.21_windows/runtime/cgo/gcc_fatalf.c.patch

This file was deleted.

3 changes: 0 additions & 3 deletions 1.21_windows/runtime/cgo/gcc_libinit.c.patch

This file was deleted.

3 changes: 0 additions & 3 deletions 1.21_windows/runtime/cgo/gcc_libinit_windows.c.patch

This file was deleted.

3 changes: 0 additions & 3 deletions 1.21_windows/runtime/cgo/gcc_windows_amd64.c.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//--from
#include <stdio.h>
//--to
//--from
static void
threadentry(void *v)
{
Expand Down
10 changes: 0 additions & 10 deletions 1.21_windows/runtime/cgo/libcgo.h.patch

This file was deleted.

0 comments on commit d64cc80

Please sign in to comment.