Started on GUSI2 and threading support.

This commit is contained in:
Jack Jansen 2000-04-07 09:10:49 +00:00
parent 5c21420772
commit 2d1306b7cf
16 changed files with 194 additions and 29 deletions

View file

@ -29,6 +29,7 @@ PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#ifndef USE_GUSI2
#define ENOTDIR (-120)
#ifndef __MSL__
#define EACCES (-54)
@ -40,6 +41,7 @@ PERFORMANCE OF THIS SOFTWARE.
#define ENFILE (-42)
#define EIO (-36)
#define ENOSPC (-34)
#endif
#define ESRCH 3
#define EINTR 4