Skip to content

Commit

Permalink
Credit @pludov in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lassik committed Sep 6, 2020
1 parent dc23a5a commit bbd9678
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,8 @@ without a filename. It also covers Windows API equivalents to
`shm_open()` and `mmap()`, which are `CreateFileMapping()` and
`MapViewOfFile()`.

Ludovic P improved Linux portability and helped design the random
filename generator for `shm_open()`.

Maxim Egorushkin suggested using plain `mkostemp("/dev/shm/..." ,...)`
instead of `shm_open()` on Linux.

0 comments on commit bbd9678

Please sign in to comment.