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