blob: d16f3731390d0d8d21cef640bd60b28a1c1cfbbc [file] [log] [blame]
Theodore Ts'o3839e651997-04-26 13:21:57 +00001/*
2 * internal include file for com_err package
Theodore Ts'o27401561999-09-14 20:11:19 +00003 *
Theodore Ts'o06cefee1999-10-23 01:16:22 +00004 * Permission to use, copy, modify, and distribute this software and
5 * its documentation for any purpose is hereby granted, provided that
6 * the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
7 * advertising or publicity pertaining to distribution of the software
8 * without specific, written prior permission. M.I.T. and the
9 * M.I.T. S.I.P.B. make no representations about the suitability of
10 * this software for any purpose. It is provided "as is" without
11 * express or implied warranty.
Theodore Ts'o3839e651997-04-26 13:21:57 +000012 */
Theodore Ts'o3839e651997-04-26 13:21:57 +000013
14#include <errno.h>
15
16#ifdef NEED_SYS_ERRLIST
17extern char const * const sys_errlist[];
18extern const int sys_nerr;
19#endif