syscall: fix build directive in types_linux.go

The rule is that build directives can be preceded only
by blank lines and other line comments, not /* */ comments.

R=golang-dev, adg, bradfitz
CC=golang-dev
https://golang.org/cl/5619045
This commit is contained in:
Russ Cox 2012-02-01 18:25:51 -05:00
parent b53ce1e662
commit 5cc07af675
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/*
Input to cgo -godefs. See also mkerrors.sh and mkall.sh
*/
// Input to cgo -godefs. See also mkerrors.sh and mkall.sh
// +build ignore