Sha256: e35a8cd9467a9221e3817c54afcbbd6b8b766e6691a8b7b52bf6421e4b6929e0

Contents?: true

Size: 1.23 KB

Versions: 136

Compression:

Stored size: 1.23 KB

Contents

#ifndef ERRNO_H
#define ERRNO_H 1


#define EPERM           1
#define ENOENT          2
#define ESRCH           3
#define EINTR           4
#define EIO             5
#define ENXIO           6
#define E2BIG           7
#define ENOEXEC         8
#define EBADF           9
#define ECHILD          10
#define EAGAIN          11
#define ENOMEM          12
#define EACCES          13
#define EFAULT          14
#define EOSERR          15 // rk
#define EBUSY           16
#define EEXIST          17
#define EXDEV           18
#define ENODEV          19
#define ENOTDIR         20
#define EISDIR          21
#define EINVAL          22
#define ENFILE          23
#define EMFILE          24
#define ENOTTY          25
#define EFBIG           27
#define ENOSPC          28
#define ESPIPE          29
#define EROFS           30
#define EMLINK          31
#define EPIPE           32
#define EDOM            33
#define ERANGE          34
#define EDEADLK         36
//#define ENOSYS          37
#define ENAMETOOLONG    38
#define ENOLCK          39
#define ENOSYS          40
#define ENOTEMPTY       41

#ifdef __cplusplus
extern "C" {
#endif

extern int errno;
extern int _doserrno;
extern int _sys_nerr;

#define sys_nerr _sys_nerr

#ifdef __cplusplus
};
#endif

#endif

Version data entries

136 entries across 136 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/ruby/wince/errno.h
rhodes-7.5.1 platform/shared/ruby/wince/errno.h
rhodes-7.4.1 platform/shared/ruby/wince/errno.h
rhodes-7.1.17 platform/shared/ruby/wince/errno.h
rhodes-6.2.0 platform/shared/ruby/wince/errno.h
rhodes-6.0.11 platform/shared/ruby/wince/errno.h
rhodes-5.5.18 platform/shared/ruby/wince/errno.h
rhodes-5.5.17 platform/shared/ruby/wince/errno.h
rhodes-5.5.15 platform/shared/ruby/wince/errno.h
rhodes-5.5.0.22 platform/shared/ruby/wince/errno.h
rhodes-5.5.2 platform/shared/ruby/wince/errno.h
rhodes-5.5.0.7 platform/shared/ruby/wince/errno.h
rhodes-5.5.0.3 platform/shared/ruby/wince/errno.h
rhodes-5.5.0 platform/shared/ruby/wince/errno.h
tauplatform-1.0.3 platform/shared/ruby/wince/errno.h
tauplatform-1.0.2 platform/shared/ruby/wince/errno.h
tauplatform-1.0.1 platform/shared/ruby/wince/errno.h
rhodes-3.5.1.12 platform/shared/ruby/wince/errno.h
rhodes-3.3.5 platform/shared/ruby/wince/errno.h
rhodes-3.4.2 platform/shared/ruby/wince/errno.h