mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-20 06:46:26 -04:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
6fd357a46e
10 changed files with 65 additions and 16 deletions
2
input.c
2
input.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue