sysvmq: Create a rudimentary readme file

Create a rudimentary readme file.
This commit is contained in:
finga 2023-10-14 11:59:30 +02:00
parent bc4cdd3d2c
commit 33ccfd1004

9
README.md Normal file
View 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.