mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-24 09:06:21 -04:00
Merge branch 'netbsd' into 'main'
Initial NetBSD support See merge request wayland/wayland!258
This commit is contained in:
commit
60c198be6c
4 changed files with 32 additions and 7 deletions
|
|
@ -308,6 +308,13 @@ is_debugger_attached(void)
|
|||
|
||||
return rc;
|
||||
}
|
||||
#else
|
||||
static int
|
||||
is_debugger_attached(void)
|
||||
{
|
||||
/* 0=debugger can't be determined */
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue