blob: 9c22ae02114821beeb64c4a0fc5c3b7d046282dd [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !linux,!darwin
package lockutil
func getSystemID() (string, error) {
return unknownID
}