Linux 2.4+ supports mmap() with both the MAP_ANONYMOUS and MAP_SHARED
commit9bf8a465551896880268bbcbc54b1c0e767a19ee
authorBen Kibbey <bjk@luxsci.net>
Tue, 9 Jan 2007 04:23:23 +0000 (8 23:23 -0500)
committerBen Kibbey <bjk@luxsci.net>
Tue, 9 Jan 2007 04:23:23 +0000 (8 23:23 -0500)
treed96af110c10b530554ba8f47b3ffc6f182acbf41
parent78ef3ccd3ea5aa113d16230d4d5cfabdc1efe8d3
Linux 2.4+ supports mmap() with both the MAP_ANONYMOUS and MAP_SHARED
flags. This won't create a file in /dev/shm. Might be implemented on
other OS's too.
configure.ac
src/pwmd.c