aboutsummaryrefslogtreecommitdiffstats
path: root/lcc/include/mips/irix/errno.h
blob: 5ab3f0f805c29e13199f47ffdb046dbf581ca1a5 (plain)
1
2
3
4
5
6
7
8
#ifndef __ERRNO
#define __ERRNO

#define EDOM	33
#define ERANGE	34
extern int errno;

#endif /* __ERRNO */