github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/pkg/fileutils/fileutils_windows.go (about) 1 package fileutils 2 3 // GetTotalUsedFds Returns the number of used File Descriptors. Not supported 4 // on Windows. 5 func GetTotalUsedFds() int { 6 return -1 7 }