I looked in NetBSD libc, and see no evidence of shm_open.  I did find
some messages that indicated that mmap with MAP_SHARED|MAP_ANON can
more or less do what shm_open does, although that's not what the man
page says.  I don't fully grasp shm_open (TOG web page was not fully
enlightening), but mmap as used above should be able to have multiple
calls map the same anonymous memory region, just using a filename for
naming.

http://groups.google.com/group/mailing.netbsd.tech.kern/browse_thread/thread/a9c1c870c96f2c57/ed0e45cd11045af4%23ed0e45cd11045af4?sa=X&oi=groupsr&start=0&num=2

to get this if the url gets mangled, google('shm_open netbsd'), and
look at first google groups hit.


I'm just starting to get up to speed on the codebase; I'll try to look
at this soon.

-- 
        Greg Troxel <[EMAIL PROTECTED]>


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to