diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-08-23 21:46:48 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-08-23 21:46:48 +0000 |
| commit | 3b63573ac2739f003bc597df4534d304f7619d88 (patch) | |
| tree | d567e3785f37eb4f94ab80ac9f925c062eef2adf /sys/compat/linux/linux.c | |
| parent | 0d1aa7924465e7dc2c424ae5f1be64db660f7e5f (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux.c')
| -rw-r--r-- | sys/compat/linux/linux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linux/linux.c b/sys/compat/linux/linux.c index 33a2a1098401..f153444f1500 100644 --- a/sys/compat/linux/linux.c +++ b/sys/compat/linux/linux.c @@ -43,6 +43,8 @@ __FBSDID("$FreeBSD$"); #include <compat/linux/linux.h> #include <compat/linux/linux_common.h> +struct futex_list futex_list; + CTASSERT(LINUX_IFNAMSIZ == IFNAMSIZ); static int bsd_to_linux_sigtbl[LINUX_SIGTBLSZ] = { |
