<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: use shm_open instead of open in tmpdir"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=761095#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: use shm_open instead of open in tmpdir"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=761095">bug 761095</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=rstrode%40redhat.com" title="Ray Strode [halfline] <rstrode@redhat.com>"> <span class="fn">Ray Strode [halfline]</span></a>
</span></b>
        <pre>for completeness, this is the memfd_create approach ^ 

as mentioned before it uses syscall() directly since the wrapper isn't on my
system.  The SYS_ definition is, though, I so I made use of it.  There's no
fallback code path since this is in wayland and linux specific parts of gtk
anyway.  Since there's no fallback code path, I also didn't bother adding
configure logic.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>