Defines

os_errno.h File Reference

#include "ace/config-lite.h"
Include dependency graph for os_errno.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ENOSYS   EFAULT
#define ENOTSUP   ENOSYS
#define ESUCCESS   0
#define EIDRM   0
#define ENFILE   EMFILE
#define ECOMM   ECONNABORTED
#define EDEADLK   1000
#define ENXIO   6
#define EBUSY   ETIME
#define ECANCELED   125

Detailed Description

system error numbers

Id:
os_errno.h 91076 2010-07-13 14:20:35Z johnnyw
Author:
Don Hinton <dhinton@dresystems.com>
This code was originally in various places including ace/OS.h.

Definition in file os_errno.h.


Define Documentation

#define EBUSY   ETIME

Definition at line 446 of file os_errno.h.

#define ECANCELED   125

Definition at line 450 of file os_errno.h.

#define ECOMM   ECONNABORTED

Definition at line 426 of file os_errno.h.

#define EDEADLK   1000

Definition at line 430 of file os_errno.h.

#define EIDRM   0

Definition at line 417 of file os_errno.h.

#define ENFILE   EMFILE

Definition at line 421 of file os_errno.h.

#define ENOSYS   EFAULT

Definition at line 405 of file os_errno.h.

#define ENOTSUP   ENOSYS

Definition at line 409 of file os_errno.h.

#define ENXIO   6

Definition at line 434 of file os_errno.h.

#define ESUCCESS   0

Definition at line 413 of file os_errno.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines