File: OS_Errno_h.3

package info (click to toggle)
ace 5.2.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 26,856 kB
  • ctags: 18,677
  • sloc: cpp: 171,831; makefile: 48,840; sh: 10,192; perl: 8,582; exp: 787; yacc: 387; lex: 140; csh: 20
file content (57 lines) | stat: -rw-r--r-- 958 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.TH OS_Errno_h 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
OS_Errno_h \- 
.SH SYNOPSIS
.br
.PP
\fC#include "ace/pre.h"\fR
.br
\fC#include "ace/config.h"\fR
.br
\fC#include "ace/OS_Export.h"\fR
.br
\fC#include "ace/post.h"\fR
.br

.SS Compounds

.in +1c
.ti -1c
.RI "class \fBACE_Errno_Guard\fR"
.br
.in -1c
.SS Defines

.in +1c
.ti -1c
.RI "#define \fBENOSYS\fR  EFAULT"
.br
.ti -1c
.RI "#define \fBENOTSUP\fR  ENOSYS"
.br
.ti -1c
.RI "#define \fBACE_ERRNO_TYPE\fR  int"
.br
.in -1c
.SH DETAILED DESCRIPTION
.PP 
.PP
\fBOS_Errno.h\fR,v 4.1 2000/11/13 01:04:55 brunsch Exp
.PP
\fBAuthor(s): \fR
.in +1c
 (Originally in \fBOS.h\fR)Doug Schmidt <schmidt@cs.wustl.edu> ,  Jesper S. M|ller<stophph@diku.dk> ,  and a cast of thousands...
.PP
.SH DEFINE DOCUMENTATION
.PP 
.SS #define ACE_ERRNO_TYPE  int
.PP
.SS #define ENOSYS  EFAULT
.PP
.SS #define ENOTSUP  ENOSYS
.PP
.SH AUTHOR
.PP 
Generated automatically by Doxygen for ACE from the source code.