From e43f714b49efafd1724b32edb1b09d57ce90f416 Mon Sep 17 00:00:00 2001 From: chenshijun <chenshijun@aiotlink.com> Date: 星期四, 04 六月 2020 15:46:40 +0800 Subject: [PATCH] https://github.com/gen2brain/shm 修改arm和arm64的接口号 --- README.md | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7689a6..83a1347 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -## goshm +## go shm +[](https://travis-ci.org/gen2brain/shm) +[](https://godoc.org/github.com/gen2brain/shm) +[](https://goreportcard.com/report/github.com/gen2brain/shm) -go +`shm` implements System V shared memory functions (`shmctl`, `shmget`, `shmat`, `shmdt`) in pure Go (except `solaris`, see [#24357](https://github.com/golang/go/issues/24357)). +### Installation + + go get -u github.com/gen2brain/shm + +### More + +For System V Message Queue IPC (i.e. `msgctl`, `msgget`, `msgrcv`, `msgsnd`) see [ipc](https://github.com/siadat/ipc). -- Gitblit v1.8.0