1 /* errtbls.c: Error number conversion tables.
3 * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
5 * Based upon preliminary work which is:
7 * Copyright (C) 1995 Adrian M. Rodriguez (adrian@remus.rutgers.edu)
10 #include <asm/solerrno.h> /* Solaris errnos */
12 /* Here is the table which converts between Linux error number values
13 * to the equivalent under Solaris. Note that since the Linux ones
14 * have been set up to match exactly those of SunOS, no translation
15 * table is needed for that OS.
18 int solaris_errno
[] = {
107 SOL_EINVAL
, /* EDOTDOT XXX??? */