]> Cypherpunks repositories - gostls13.git/commit
syscall: fix Setenv for plan 9
authorNicolas Owens <mischief@offblast.org>
Thu, 2 Oct 2014 08:25:56 +0000 (10:25 +0200)
committerDavid du Colombier <0intro@gmail.com>
Thu, 2 Oct 2014 08:25:56 +0000 (10:25 +0200)
commite9d5fca9f30dc92dd659ce88030f9a5f4676b142
treef5e62be61327ac27f40358a8fa00e31f1efbb766
parent714461740cafdcdc16e675f761544022dc25c723
syscall: fix Setenv for plan 9

envi needs to be updated during Setenv so the key can be correctly deleted later with Unsetenv.

Update #8849.

LGTM=0intro
R=bradfitz, 0intro
CC=golang-codereviews
https://golang.org/cl/149300046
src/syscall/env_plan9.go