// Copyright (c) 2026 Charles KWON OhJun (charleskwonohjun@gmail.com) // All rights reserved. //go:build !darwin && !linux package hbrtl // openFDCount returns -1 on platforms without a simple fd-listing fs // (Windows). The caller hides the line when the value is negative. func openFDCount() int { return -1 }