1H_ERRNO(3P) POSIX Programmer's Manual H_ERRNO(3P)
2
3
4
6 This manual page is part of the POSIX Programmer's Manual. The Linux
7 implementation of this interface may differ (consult the corresponding
8 Linux manual page for details of Linux behavior), or the interface may
9 not be implemented on Linux.
10
12 h_errno - error return value for network database operations
13
15 #include <netdb.h>
16
18 This method of returning errors is used only in connection with obso‐
19 lescent functions.
20
21 The <netdb.h> header provides a declaration of h_errno as a modifiable
22 lvalue of type int.
23
24 It is unspecified whether h_errno is a macro or an identifier declared
25 with external linkage. If a macro definition is suppressed in order to
26 access an actual object, or a program defines an identifier with the
27 name h_errno, the behavior is undefined.
28
30 None.
31
33 No errors are defined.
34
35 The following sections are informative.
36
38 None.
39
41 Applications should obtain the definition of h_errno by the inclusion
42 of the <netdb.h> header.
43
45 None.
46
48 h_errno may be withdrawn in a future version.
49
51 endhostent(), errno(), the Base Definitions volume of
52 IEEE Std 1003.1-2001, <netdb.h>
53
55 Portions of this text are reprinted and reproduced in electronic form
56 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
57 -- Portable Operating System Interface (POSIX), The Open Group Base
58 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
59 Electrical and Electronics Engineers, Inc and The Open Group. In the
60 event of any discrepancy between this version and the original IEEE and
61 The Open Group Standard, the original IEEE and The Open Group Standard
62 is the referee document. The original Standard can be obtained online
63 at http://www.opengroup.org/unix/online.html .
64
65
66
67IEEE/The Open Group 2003 H_ERRNO(3P)