The Quake III Arena sources as originally released under the GPL license on August 20, 2005.
This commit is contained in:
commit
dbe4ddb103
1409 changed files with 806066 additions and 0 deletions
8
lcc/include/sparc/solaris/errno.h
Normal file
8
lcc/include/sparc/solaris/errno.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef __ERRNO
|
||||
#define __ERRNO
|
||||
|
||||
#define EDOM 33
|
||||
#define ERANGE 34
|
||||
extern int errno;
|
||||
|
||||
#endif /* __ERRNO */
|
Loading…
Add table
Add a link
Reference in a new issue