]> Cypherpunks repositories - gostls13.git/commit
syscall: unify unix 386 implementations
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 21 Jul 2016 15:30:41 +0000 (08:30 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 16 Aug 2016 14:12:02 +0000 (14:12 +0000)
commitb173298c896ebec8e4f898bfae986fce7557c1ec
tree9c1ebb35e0385897a0c89edb76ced3aa55093bf4
parent1e94d79f9dbe032d9c8c0f461ca6fb96e20c0b85
syscall: unify unix 386 implementations

They were identical.

This will allow us to do the TODO at the top
of the file only once.

Updates #11041

Change-Id: I07aaca27ae46b66b65780082988bdc7546ed534b
Reviewed-on: https://go-review.googlesource.com/25112
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/syscall/asm_netbsd_386.s [deleted file]
src/syscall/asm_openbsd_386.s [deleted file]
src/syscall/asm_unix_386.s [moved from src/syscall/asm_freebsd_386.s with 97% similarity]