8efed4b270
Change-Id: I507c92c38d45d3d2be3edee08b6b85552ae21c43
12 lines
202 B
Go
12 lines
202 B
Go
// Copyright (C) 2021 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
//go:build !linux && !darwin && !freebsd
|
|
// +build !linux,!darwin,!freebsd
|
|
|
|
package main
|
|
|
|
func raiseUlimits() {
|
|
return
|
|
}
|