mirror of
https://github.com/golang/go
synced 2024-11-12 08:50:22 -07:00
syscall: mksyscall_windows.pl should output unix newline.
R=golang-dev, bradfitz, alex.brainman CC=golang-dev https://golang.org/cl/4601058
This commit is contained in:
parent
812b2b6405
commit
414da2e4a3
@ -27,6 +27,8 @@ $cmdline = "mksyscall_windows.pl " . join(' ', @ARGV);
|
||||
$errors = 0;
|
||||
$_32bit = "";
|
||||
|
||||
binmode STDOUT;
|
||||
|
||||
if($ARGV[0] eq "-b32") {
|
||||
$_32bit = "big-endian";
|
||||
shift;
|
||||
|
Loading…
Reference in New Issue
Block a user