]> Cypherpunks repositories - gostls13.git/commit
syscall: update comments for x/sys migration
authorLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 4 Apr 2017 12:34:55 +0000 (08:34 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 5 Apr 2017 14:22:15 +0000 (14:22 +0000)
commited2f913b4c7259c14bb6654253f8588bb499595d
tree62bf4539a8f1005754f354a75f2425f1ed85cd93
parenta7b51cfb47b551f3352d5158b6c3a9e68a931d5b
syscall: update comments for x/sys migration

The comments in this package state that users should be
migrating code that uses the syscall package to its
corresponding package in x/sys. However, the syscall.Signal
and syscall.Errno types and the syscall.SysProcAttr struct is
not defined in the x/sys package and still need to be referenced
from within syscall.  This adds a change to the comments to
clarify that the migration will need to continue to use some
references to syscall for now.

Fixes #19560

Change-Id: I8abb96b93bea90070ce461da16dc7bcf7b4b29c1
Reviewed-on: https://go-review.googlesource.com/39450
Reviewed-by: Rob Pike <r@golang.org>
src/syscall/syscall.go