diff options
Diffstat (limited to 'src/cmd/link/internal/ld/pe.go')
| -rw-r--r-- | src/cmd/link/internal/ld/pe.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/link/internal/ld/pe.go b/src/cmd/link/internal/ld/pe.go index dc1b53010a..3ed8943828 100644 --- a/src/cmd/link/internal/ld/pe.go +++ b/src/cmd/link/internal/ld/pe.go @@ -947,9 +947,7 @@ func (f *peFile) writeOptionalHeader(ctxt *Link) { // calls that may need more stack than we think. // // The default stack reserve size directly affects only the main - // thread and threads that enter in externalthreadhandler. - // For this, it must be greater than the stack size assumed by - // externalthreadhandler. + // thread. // // For other threads, the runtime explicitly asks the kernel // to use the default stack size so that all stacks are |
