On Mon, Jan 20, 2014 at 09:29:04am -0800, David Chisnall wrote:
> Thanks for the report. This is now fixed in r37623, which will correctly use
> mkstemp() on most POSIX platforms and will now use the anonymous shared
> memory regions on FreeBSD so we don't need the mkstemp path at all.
Well, given that most posix (e.g. bsd, solaris, linux, xnu) platforms support
anonymous shared memory regions, why not simply use it on those, and have
fallback code for any odd one's which don't (windows sus?).
mmap(0, len, prot, MAP_ANON, -1, offset);
.pdf
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep