[webkit-changes] [WebKit/WebKit] 57d17c: error: missing field 'mpl' initializer in wtf/thre...

Chris Dumez noreply at github.com
Tue Apr 9 15:44:24 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 57d17cd8f38c3123ab4d0d13850e2fcc4bc556fd
      https://github.com/WebKit/WebKit/commit/57d17cd8f38c3123ab4d0d13850e2fcc4bc556fd
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
    M Source/WTF/wtf/threads/Signals.cpp

  Log Message:
  -----------
  error: missing field 'mpl' initializer in wtf/threads/Signals.cpp
https://bugs.webkit.org/show_bug.cgi?id=272418
rdar://124636304

Reviewed by Darin Adler.

Fix build error in Signals.cpp with the newer SDKs. Some of the
`mach_port_options_t` data members were missing from the initializer.

To address the issue, we now memset(0) the options after constructing
it.

* Source/WTF/wtf/threads/Signals.cpp:
(WTF::initMachExceptionHandlerThread):

Canonical link: https://commits.webkit.org/277272@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list