ioef/code/tools/lcc/include/sparc/solaris/errno.h

9 lines
107 B
C
Raw Normal View History

2005-08-26 17:39:27 +00:00
#ifndef __ERRNO
#define __ERRNO
#define EDOM 33
#define ERANGE 34
extern int errno;
#endif /* __ERRNO */