mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
7 lines
109 B
Go
7 lines
109 B
Go
// +build windows plan9
|
|
|
|
package limit
|
|
|
|
func Nofile(desired uint64) (uint64, error) {
|
|
return desired, nil
|
|
}
|