mirror of
https://github.com/restic/restic.git
synced 2025-08-22 04:07:26 +00:00
Merge pull request #1203 from myfreeweb/master
Handle SIGINFO on all supported platforms
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build !windows,!darwin
|
||||
// +build !windows,!darwin,!freebsd,!netbsd,!openbsd,!dragonfly
|
||||
|
||||
package restic
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// +build darwin
|
||||
// +build darwin freebsd netbsd openbsd dragonfly
|
||||
|
||||
package restic
|
||||
|
||||
|
Reference in New Issue
Block a user