Add openbsd and dragonfly support to shm

This commit is contained in:
Kovid Goyal
2022-12-20 20:53:52 +05:30
parent 7e161ea94b
commit 6ace082bc2
6 changed files with 47 additions and 43 deletions

View File

@@ -9,4 +9,7 @@ import (
var _ = fmt.Print
const SHM_DIR = "/dev/shm"
const SHM_NAME_MAX = 1023
func modify_pattern(pattern string) string {
return pattern
}