Don't create pty slave in the daemon for native driver
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
This commit is contained in:
parent
b4ab982c97
commit
837a8cf572
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
// +build linux,cgo
|
|
||||||
|
|
||||||
package system
|
|
||||||
|
|
||||||
/*
|
|
||||||
#include <unistd.h>
|
|
||||||
int get_hz(void) { return sysconf(_SC_CLK_TCK); }
|
|
||||||
*/
|
|
||||||
import "C"
|
|
||||||
|
|
||||||
func GetClockTicks() int {
|
|
||||||
return int(C.get_hz())
|
|
||||||
}
|
|
Loading…
Reference in a new issue