diff options
Diffstat (limited to 'sys/compat/linux/linux.h')
-rw-r--r-- | sys/compat/linux/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux.h b/sys/compat/linux/linux.h index 6525f54319fb..947c8e58065f 100644 --- a/sys/compat/linux/linux.h +++ b/sys/compat/linux/linux.h @@ -197,5 +197,6 @@ int linux_to_bsd_bits_(int value, struct bsd_to_linux_bitmap *bitmap, #define BITMAP_1t1_LINUX(_name) BITMAP_EASY_LINUX(_name, LINUX_##_name) int bsd_to_linux_errno(int error); +void linux_check_errtbl(void); #endif /* _LINUX_MI_H_ */ |