]> Cypherpunks repositories - gostls13.git/commit
runtime: extract Linux auxv handling
authorAustin Clements <austin@google.com>
Mon, 28 Nov 2016 19:54:38 +0000 (14:54 -0500)
committerAustin Clements <austin@google.com>
Tue, 29 Nov 2016 15:27:49 +0000 (15:27 +0000)
commitd39b7b5347a3e6cc9173224393e4cfaf874a272a
treeb13759f204d5090ac25c677b81caba44d0540bea
parent5d1c60118deb4f7839f56f87ec101401f370192c
runtime: extract Linux auxv handling

This refactoring is in preparation for handling auxv differently in
Android shared libraries.

Updates #18041.

Change-Id: If0458a309f9c804e7abd0a58b5a224d89f8da257
Reviewed-on: https://go-review.googlesource.com/33651
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/runtime/os_linux.go