Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 38 → Rev 158

/shark/trunk/include/bits/errno.h
20,11 → 20,11
 
/**
------------
CVS : $Id: errno.h,v 1.3 2003-01-07 17:12:19 pj Exp $
CVS : $Id: errno.h,v 1.4 2003-05-01 19:45:34 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-01-07 17:12:19 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-05-01 19:45:34 $
------------
 
- error codes used as values for errno
90,6 → 90,9
/* Abort values */
/*---------------------------------------------------------------------*/
 
/* note: when changing these numbers, please also change their description
into kernel/kern.c */
 
#define LAST_ABORT_NUMBER 5
 
// the number 1 is a generic error of the lowlevel
99,9 → 102,12
#define AARPFULL 5 /* ARP table Full */
 
/*---------------------------------------------------------------------*/
/* Hartik exception values */
/* S.Ha.R.K. exception values */
/*---------------------------------------------------------------------*/
 
/* note: when changing these numbers, please also change their description
into kernel/exchand.c */
 
#define LAST_EXC_NUMBER 19
 
// NOW UNUSED: XDOUBLE_EXCEPTION 1