blob: 5ec21cace52685950552bbec0f050362aa514249 [file] [log] [blame]
package fileutils
// GetTotalUsedFds Returns the number of used File Descriptors. Not supported
// on Windows.
func GetTotalUsedFds() int {
return -1
}