Handle SIGINFO on all supported platforms
Not just darwin
This commit is contained in:
parent
a3f6bf3e5a
commit
3fbdd12b04
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// +build !windows,!darwin
|
// +build !windows,!darwin,!freebsd,!netbsd,!openbsd,!dragonfly
|
||||||
|
|
||||||
package restic
|
package restic
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build darwin
|
// +build darwin freebsd netbsd openbsd dragonfly
|
||||||
|
|
||||||
package restic
|
package restic
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue