Commit 414da2e4 authored by Yasuhiro Matsumoto's avatar Yasuhiro Matsumoto Committed by Alex Brainman

syscall: mksyscall_windows.pl should output unix newline.

R=golang-dev, bradfitz, alex.brainman
CC=golang-dev
https://golang.org/cl/4601058
parent 812b2b64
......@@ -27,6 +27,8 @@ $cmdline = "mksyscall_windows.pl " . join(' ', @ARGV);
$errors = 0;
$_32bit = "";
binmode STDOUT;
if($ARGV[0] eq "-b32") {
$_32bit = "big-endian";
shift;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment