diff options
| author | Yuri Pankov <yuripv@FreeBSD.org> | 2019-10-18 10:28:08 +0000 |
|---|---|---|
| committer | Yuri Pankov <yuripv@FreeBSD.org> | 2019-10-18 10:28:08 +0000 |
| commit | b9d3556a34b177d6488a69b31cea5a17c2f69b4e (patch) | |
| tree | 0eae8a5aaf846ff4c1e272276e0bf5fd4ad2a953 /sys/compat/linux/linux_futex.h | |
| parent | 9febfb790456f8c243fa9b1ee49f2ac7578ecc45 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_futex.h')
| -rw-r--r-- | sys/compat/linux/linux_futex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_futex.h b/sys/compat/linux/linux_futex.h index 4171dd70504a..6dd1075bd368 100644 --- a/sys/compat/linux/linux_futex.h +++ b/sys/compat/linux/linux_futex.h @@ -38,7 +38,6 @@ #ifndef _LINUX_FUTEX_H #define _LINUX_FUTEX_H -extern LIST_HEAD(futex_list, futex) futex_list; extern struct mtx futex_mtx; #define LINUX_FUTEX_WAIT 0 |
