Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
saeedark 2025-09-17 14:10:19 +03:30
commit 6fd357a46e
10 changed files with 65 additions and 16 deletions

View file

@ -1889,7 +1889,7 @@ keyboard_modifiers(void *data, struct wl_keyboard *wl_keyboard, uint32_t serial,
UNITTEST
{
int chan[2];
pipe2(chan, O_CLOEXEC);
xassert(pipe2(chan, O_CLOEXEC) == 0);
xassert(chan[0] >= 0);
xassert(chan[1] >= 0);