fstree: Use O_TMPFILE for temporary files #970
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
//go:build linux
|
||||
//go:build linux && !fstree_generic
|
||||
|
||||
package fstree
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//go:build !linux
|
||||
//go:build !linux || fstree_generic
|
||||
|
||||
package fstree
|
||||
|
||||
|
|
Loading…
Reference in a new issue