github.com/noxiouz/docker@v0.7.3-0.20160629055221-3d231c78e8c5/pkg/fileutils/fileutils_solaris.go (about)

     1  package fileutils
     2  
     3  // GetTotalUsedFds Returns the number of used File Descriptors.
     4  // On Solaris these limits are per process and not systemwide
     5  func GetTotalUsedFds() int {
     6  	return -1
     7  }