sysvmq: Create a rudimentary readme file
Create a rudimentary readme file.
This commit is contained in:
parent
e9982da560
commit
21bc394c58
1 changed files with 9 additions and 0 deletions
9
sysvmq/README.md
Normal file
9
sysvmq/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Sysvmq
|
||||
|
||||
This aims to be a easy usable API for SysV IPC message queues.
|
||||
|
||||
Note: This library is work in progress.
|
||||
|
||||
Currently supported operations are only `create` and `unlink`. The
|
||||
`create` operation creates a SysV IPC message queue and the `unlink`
|
||||
operation deletes such a SysV IPC message queue.
|
Loading…
Reference in a new issue