1
0
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:
Yasuhiro Matsumoto 2011-06-15 11:50:21 +10:00 committed by Alex Brainman
parent 812b2b6405
commit 414da2e4a3

View File

@ -27,6 +27,8 @@ $cmdline = "mksyscall_windows.pl " . join(' ', @ARGV);
$errors = 0;
$_32bit = "";
binmode STDOUT;
if($ARGV[0] eq "-b32") {
$_32bit = "big-endian";
shift;