mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-08 13:11:55 +00:00
Fix windows build by moving references to SIGUSR2 into a file not built (#6422)
on windows.
This commit is contained in:
8
command/commands_windows.go
Normal file
8
command/commands_windows.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build windows
|
||||
|
||||
package command
|
||||
|
||||
// MakeSigUSR2Ch does nothing useful on Windows.
|
||||
func MakeSigUSR2Ch() chan struct{} {
|
||||
return make(chan struct{})
|
||||
}
|
||||
Reference in New Issue
Block a user