mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
On FreeBSD and GNU/Hurd, SHM_ANON is a nice way to create anonymous files using the usual shm_open() API. This is a lot like the fallback shm_open() branch that follows, except we don't have to fool around with choosing a unique name (with retrying) and unlinking the file afterwards; it just does the right thing. Isn't this nice?
53 KiB
53 KiB