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

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

#endif /* __ERRNO */