kitty/tools/utils/shm/specific_dragonfly.go
2023-01-05 19:15:10 +05:30

17 lines
292 B
Go

// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
package shm
import (
"fmt"
)
var _ = fmt.Print
// https://www.dragonflybsd.org/cgi/web-man?command=shm_open&section=3
const SHM_DIR = "/var/run/shm"
func modify_pattern(pattern string) string {
return pattern
}