freebsd-dev/sys/compat/linux/linux_errno.c
Ed Maste 1ac2776bbb Share Linux errno table with libsysdecode
Requested by:	jhb
Reviewed by:	jhb
Sponsored by:	Turing Robotic Industries Inc.
2018-03-22 12:58:49 +00:00

7 lines
104 B
C

/* $FreeBSD$ */
#include <sys/cdefs.h>
#include <sys/errno.h>
#include <compat/linux/linux_errno.inc>