//go:build go1.16
// +build go1.16

package net

import (
	
)

func readDir( *os.File,  int) ([]os.DirEntry, error) {
	return .ReadDir()
}