mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-02 22:50:18 +00:00
lib/osutil: Use unix lowprio implementation on Android (#4844)
This commit is contained in:
parent
bea6ecaf35
commit
7f1c0a3362
@ -4,6 +4,8 @@
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
// You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
// +build !android
|
||||
|
||||
package osutil
|
||||
|
||||
import (
|
||||
|
@ -4,7 +4,7 @@
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
// You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
// +build !windows,!linux
|
||||
// +build !windows,!linux android
|
||||
|
||||
package osutil
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user