]> Cypherpunks repositories - gostls13.git/commit
syscall: add support for proc thread attribute lists
authorJason A. Donenfeld <Jason@zx2c4.com>
Sun, 31 Jan 2021 16:37:20 +0000 (17:37 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 26 Feb 2021 18:23:16 +0000 (18:23 +0000)
commitba9168bd07bfed6071e3eadcaae40b5481c52c24
treef3bc91445860c95f0ec11095ef415cdfbd275a51
parentf41460145ef6b75303e5f766a676274f456387d3
syscall: add support for proc thread attribute lists

This will allow us to pass additional attributes when starting
processes.

Updates #44011.

Change-Id: I4af365c5544a6d421830f247593ec970200e5e03
Reviewed-on: https://go-review.googlesource.com/c/go/+/288296
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Trust: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/syscall/syscall_windows.go
src/syscall/types_windows.go
src/syscall/zsyscall_windows.go