]> Cypherpunks repositories - gostls13.git/commit
syscall: fix build directive in types_linux.go
authorRuss Cox <rsc@golang.org>
Wed, 1 Feb 2012 23:25:51 +0000 (18:25 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 1 Feb 2012 23:25:51 +0000 (18:25 -0500)
commit5cc07af675901380a62eb23a2cb643db41dd4f7e
tree4e705cf0dfaf72f682296d90ccaa7c645a400d0c
parentb53ce1e66221be41a0b869869ceba73b795c8c3e
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
src/pkg/syscall/types_linux.go