Merge branch 'Torrekie-main-patch-86758' into 'main'

Add Darwin support

Closes #310

See merge request wayland/wayland!380
This commit is contained in:
Torrekie Gen 2026-01-26 20:22:19 +00:00
commit 5bbf292d4c
13 changed files with 215 additions and 18 deletions

View file

@ -45,6 +45,14 @@
#include "wayland-server-private.h"
#include "wayland-os.h"
#ifdef __APPLE__
/* epoll-shim should provide this by design */
struct itimerspec {
struct timespec it_interval;
struct timespec it_value;
};
#endif
/** \cond INTERNAL */
#define TIMER_REMOVED -2