github.com/vincentwoo/docker@v0.7.3-0.20160116130405-82401a4b13c0/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  }