source: code/trunk/vendor/modernc.org/sqlite/norlimit.go@ 823

Last change on this file since 823 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 298 bytes
Line 
1// Copyright 2021 The Sqlite Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5//go:build windows
6// +build windows
7
8package sqlite // import "modernc.org/sqlite"
9
10func setMaxOpenFiles(n int) error { return nil }
Note: See TracBrowser for help on using the repository browser.