https://bugzilla.gnome.org/show_bug.cgi?id=766341

Ray Strode [halfline] <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #327984|none                        |needs-work
             status|                            |

--- Comment #22 from Ray Strode [halfline] <[email protected]> ---
Review of attachment 327984:

::: gdk/wayland/gdkdisplay-wayland.c
@@ +1087,3 @@
+      ret = syscall (__NR_memfd_create, "gdk-wayland", MFD_CLOEXEC);
+    }
+  while (ret < 0 && errno != EINTR);

that should be == EINTR not != EINTR

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to