mirror of
https://github.com/restic/restic.git
synced 2025-10-21 08:33:21 +00:00
8 lines
126 B
Go
8 lines
126 B
Go
![]() |
//go:build unix && !solaris
|
||
|
|
||
|
package termstatus
|
||
|
|
||
|
import "golang.org/x/sys/unix"
|
||
|
|
||
|
func Getpgrp() int { return unix.Getpgrp() }
|