{"id":516,"date":"2008-03-23T07:25:32","date_gmt":"2008-03-23T07:25:32","guid":{"rendered":"http:\/\/pchero21.com\/?p=516"},"modified":"2008-03-23T07:25:32","modified_gmt":"2008-03-23T07:25:32","slug":"errno-h-%ed%8c%8c%ec%9d%bc-%eb%82%b4%ec%9a%a9","status":"publish","type":"post","link":"http:\/\/pchero21.com\/?p=516","title":{"rendered":"errno.h \ud30c\uc77c \ub0b4\uc6a9"},"content":{"rendered":"<p>&nbsp;errno.h \ud30c\uc77c\uc5d0\ub294 \uc5ec\ub7ec\uac00\uc9c0 \uc5d0\ub7ec\ucf54\ub4dc\uc5d0 \ub300\ud55c \uc815\uc758\uac00 \uc218\ub85d\ub418\uc5b4 \uc788\ub2e4.<br \/>&nbsp;\uc5ec\uae30\uc5d0 \uadf8 \ub0b4\uc6a9\uc744 \uc2e3\ub294\ub2e4.<\/p>\n<p><\/p>\n<div style=\"text-align: center;\"><font size=\"3\"><span style=\"font-weight: bold;\">\/usr\/include\/asm-generic\/errno.h<\/span><\/font><\/div>\n<p>#ifndef _ASM_GENERIC_ERRNO_H<br \/>#define _ASM_GENERIC_ERRNO_H<\/p>\n<p>#include &lt;asm-generic\/errno-base.h&gt;<\/p>\n<p>#define &nbsp;&nbsp; EDEADLK &nbsp;&nbsp; &nbsp; &nbsp; 35 &nbsp;&nbsp; \/* Resource deadlock would occur *\/<br \/>#define &nbsp;&nbsp; ENAMETOOLONG &nbsp;&nbsp; 36 &nbsp;&nbsp; \/* File name too long *\/<br \/>#define &nbsp;&nbsp; ENOLCK &nbsp;&nbsp; &nbsp; &nbsp; 37 &nbsp;&nbsp; \/* No record locks available *\/<br \/>#define &nbsp;&nbsp; ENOSYS &nbsp;&nbsp; &nbsp; &nbsp; 38 &nbsp;&nbsp; \/* Function not implemented *\/<br \/>#define &nbsp;&nbsp; ENOTEMPTY &nbsp;&nbsp; 39 &nbsp;&nbsp; \/* Directory not empty *\/<br \/>#define &nbsp;&nbsp; ELOOP &nbsp;&nbsp; &nbsp; &nbsp; 40 &nbsp;&nbsp; \/* Too many symbolic links encountered *\/<br \/>#define &nbsp;&nbsp; EWOULDBLOCK &nbsp;&nbsp; EAGAIN &nbsp;&nbsp; \/* Operation would block *\/<br \/>#define &nbsp;&nbsp; ENOMSG &nbsp;&nbsp; &nbsp; &nbsp; 42 &nbsp;&nbsp; \/* No message of desired type *\/<br \/>#define &nbsp;&nbsp; EIDRM &nbsp;&nbsp; &nbsp; &nbsp; 43 &nbsp;&nbsp; \/* Identifier removed *\/<br \/>#define &nbsp;&nbsp; ECHRNG &nbsp;&nbsp; &nbsp; &nbsp; 44 &nbsp;&nbsp; \/* Channel number out of range *\/<br \/>#define &nbsp;&nbsp; EL2NSYNC &nbsp;&nbsp; 45 &nbsp;&nbsp; \/* Level 2 not synchronized *\/<br \/>#define &nbsp;&nbsp; EL3HLT &nbsp;&nbsp; &nbsp; &nbsp; 46 &nbsp;&nbsp; \/* Level 3 halted *\/<br \/>#define &nbsp;&nbsp; EL3RST &nbsp;&nbsp; &nbsp; &nbsp; 47 &nbsp;&nbsp; \/* Level 3 reset *\/<br \/>#define &nbsp;&nbsp; ELNRNG &nbsp;&nbsp; &nbsp; &nbsp; 48 &nbsp;&nbsp; \/* Link number out of range *\/<br \/>#define &nbsp;&nbsp; EUNATCH &nbsp;&nbsp; &nbsp; &nbsp; 49 &nbsp;&nbsp; \/* Protocol driver not attached *\/<br \/>#define &nbsp;&nbsp; ENOCSI &nbsp;&nbsp; &nbsp; &nbsp; 50 &nbsp;&nbsp; \/* No CSI structure available *\/<br \/>#define &nbsp;&nbsp; EL2HLT &nbsp;&nbsp; &nbsp; &nbsp; 51 &nbsp;&nbsp; \/* Level 2 halted *\/<br \/>#define &nbsp;&nbsp; EBADE &nbsp;&nbsp; &nbsp; &nbsp; 52 &nbsp;&nbsp; \/* Invalid exchange *\/<br \/>#define &nbsp;&nbsp; EBADR &nbsp;&nbsp; &nbsp; &nbsp; 53 &nbsp;&nbsp; \/* Invalid request descriptor *\/<br \/>#define &nbsp;&nbsp; EXFULL &nbsp;&nbsp; &nbsp; &nbsp; 54 &nbsp;&nbsp; \/* Exchange full *\/<br \/>#define &nbsp;&nbsp; ENOANO &nbsp;&nbsp; &nbsp; &nbsp; 55 &nbsp;&nbsp; \/* No anode *\/<br \/>#define &nbsp;&nbsp; EBADRQC &nbsp;&nbsp; &nbsp; &nbsp; 56 &nbsp;&nbsp; \/* Invalid request code *\/<br \/>#define &nbsp;&nbsp; EBADSLT &nbsp;&nbsp; &nbsp; &nbsp; 57 &nbsp;&nbsp; \/* Invalid slot *\/<\/p>\n<p>#define &nbsp;&nbsp; EDEADLOCK &nbsp;&nbsp; EDEADLK<\/p>\n<p>#define &nbsp;&nbsp; EBFONT &nbsp;&nbsp; &nbsp; &nbsp; 59 &nbsp;&nbsp; \/* Bad font file format *\/<br \/>#define &nbsp;&nbsp; ENOSTR &nbsp;&nbsp; &nbsp; &nbsp; 60 &nbsp;&nbsp; \/* Device not a stream *\/<br \/>#define &nbsp;&nbsp; ENODATA &nbsp;&nbsp; &nbsp; &nbsp; 61 &nbsp;&nbsp; \/* No data available *\/<br \/>#define &nbsp;&nbsp; ETIME &nbsp;&nbsp; &nbsp; &nbsp; 62 &nbsp;&nbsp; \/* Timer expired *\/<br \/>#define &nbsp;&nbsp; ENOSR &nbsp;&nbsp; &nbsp; &nbsp; 63 &nbsp;&nbsp; \/* Out of streams resources *\/<br \/>#define &nbsp;&nbsp; ENONET &nbsp;&nbsp; &nbsp; &nbsp; 64 &nbsp;&nbsp; \/* Machine is not on the network *\/<br \/>#define &nbsp;&nbsp; ENOPKG &nbsp;&nbsp; &nbsp; &nbsp; 65 &nbsp;&nbsp; \/* Package not installed *\/<br \/>#define &nbsp;&nbsp; EREMOTE &nbsp;&nbsp; &nbsp; &nbsp; 66 &nbsp;&nbsp; \/* Object is remote *\/<br \/>#define &nbsp;&nbsp; ENOLINK &nbsp;&nbsp; &nbsp; &nbsp; 67 &nbsp;&nbsp; \/* Link has been severed *\/<br \/>#define &nbsp;&nbsp; EADV &nbsp;&nbsp; &nbsp; &nbsp; 68 &nbsp;&nbsp; \/* Advertise error *\/<br \/>#define &nbsp;&nbsp; ESRMNT &nbsp;&nbsp; &nbsp; &nbsp; 69 &nbsp;&nbsp; \/* Srmount error *\/<br \/>#define &nbsp;&nbsp; ECOMM &nbsp;&nbsp; &nbsp; &nbsp; 70 &nbsp;&nbsp; \/* Communication error on send *\/<br \/>#define &nbsp;&nbsp; EPROTO &nbsp;&nbsp; &nbsp; &nbsp; 71 &nbsp;&nbsp; \/* Protocol error *\/<br \/>#define &nbsp;&nbsp; EMULTIHOP &nbsp;&nbsp; 72 &nbsp;&nbsp; \/* Multihop attempted *\/<br \/>#define &nbsp;&nbsp; EDOTDOT &nbsp;&nbsp; &nbsp; &nbsp; 73 &nbsp;&nbsp; \/* RFS specific error *\/<br \/>#define &nbsp;&nbsp; EBADMSG &nbsp;&nbsp; &nbsp; &nbsp; 74 &nbsp;&nbsp; \/* Not a data message *\/<br \/>#define &nbsp;&nbsp; EOVERFLOW &nbsp;&nbsp; 75 &nbsp;&nbsp; \/* Value too large for defined data type *\/<br \/>#define &nbsp;&nbsp; ENOTUNIQ &nbsp;&nbsp; 76 &nbsp;&nbsp; \/* Name not unique on network *\/<br \/>#define &nbsp;&nbsp; EBADFD &nbsp;&nbsp; &nbsp; &nbsp; 77 &nbsp;&nbsp; \/* File descriptor in bad state *\/<br \/>#define &nbsp;&nbsp; EREMCHG &nbsp;&nbsp; &nbsp; &nbsp; 78 &nbsp;&nbsp; \/* Remote address changed *\/<br \/>#define &nbsp;&nbsp; ELIBACC &nbsp;&nbsp; &nbsp; &nbsp; 79 &nbsp;&nbsp; \/* Can not access a needed shared library *\/<br \/>#define &nbsp;&nbsp; ELIBBAD &nbsp;&nbsp; &nbsp; &nbsp; 80 &nbsp;&nbsp; \/* Accessing a corrupted shared library *\/<br \/>#define &nbsp;&nbsp; ELIBSCN &nbsp;&nbsp; &nbsp; &nbsp; 81 &nbsp;&nbsp; \/* .lib section in a.out corrupted *\/<br \/>#define &nbsp;&nbsp; ELIBMAX &nbsp;&nbsp; &nbsp; &nbsp; 82 &nbsp;&nbsp; \/* Attempting to link in too many shared libraries *\/<br \/>#define &nbsp;&nbsp; ELIBEXEC &nbsp;&nbsp; 83 &nbsp;&nbsp; \/* Cannot exec a shared library directly *\/<br \/>#define &nbsp;&nbsp; EILSEQ &nbsp;&nbsp; &nbsp; &nbsp; 84 &nbsp;&nbsp; \/* Illegal byte sequence *\/<br \/>#define &nbsp;&nbsp; ERESTART &nbsp;&nbsp; 85 &nbsp;&nbsp; \/* Interrupted system call should be restarted *\/<br \/>#define &nbsp;&nbsp; ESTRPIPE &nbsp;&nbsp; 86 &nbsp;&nbsp; \/* Streams pipe error *\/<br \/>#define &nbsp;&nbsp; EUSERS &nbsp;&nbsp; &nbsp; &nbsp; 87 &nbsp;&nbsp; \/* Too many users *\/<br \/>#define &nbsp;&nbsp; ENOTSOCK &nbsp;&nbsp; 88 &nbsp;&nbsp; \/* Socket operation on non-socket *\/<br \/>#define &nbsp;&nbsp; EDESTADDRREQ &nbsp;&nbsp; 89 &nbsp;&nbsp; \/* Destination address required *\/<br \/>#define &nbsp;&nbsp; EMSGSIZE &nbsp;&nbsp; 90 &nbsp;&nbsp; \/* Message too long *\/<br \/>#define &nbsp;&nbsp; EPROTOTYPE &nbsp;&nbsp; 91 &nbsp;&nbsp; \/* Protocol wrong type for socket *\/<br \/>#define &nbsp;&nbsp; ENOPROTOOPT &nbsp;&nbsp; 92 &nbsp;&nbsp; \/* Protocol not available *\/<br \/>#define &nbsp;&nbsp; EPROTONOSUPPORT &nbsp;&nbsp; 93 &nbsp;&nbsp; \/* Protocol not supported *\/<br \/>#define &nbsp;&nbsp; ESOCKTNOSUPPORT &nbsp;&nbsp; 94 &nbsp;&nbsp; \/* Socket type not supported *\/<br \/>#define &nbsp;&nbsp; EOPNOTSUPP &nbsp;&nbsp; 95 &nbsp;&nbsp; \/* Operation not supported on transport endpoint *\/<br \/>#define &nbsp;&nbsp; EPFNOSUPPORT &nbsp;&nbsp; 96 &nbsp;&nbsp; \/* Protocol family not supported *\/<br \/>#define &nbsp;&nbsp; EAFNOSUPPORT &nbsp;&nbsp; 97 &nbsp;&nbsp; \/* Address family not supported by protocol *\/<br \/>#define &nbsp;&nbsp; EADDRINUSE &nbsp;&nbsp; 98 &nbsp;&nbsp; \/* Address already in use *\/<br \/>#define &nbsp;&nbsp; EADDRNOTAVAIL &nbsp;&nbsp; 99 &nbsp;&nbsp; \/* Cannot assign requested address *\/<br \/>#define &nbsp;&nbsp; ENETDOWN &nbsp;&nbsp; 100 &nbsp;&nbsp; \/* Network is down *\/<br \/>#define &nbsp;&nbsp; ENETUNREACH &nbsp;&nbsp; 101 &nbsp;&nbsp; \/* Network is unreachable *\/<br \/>#define &nbsp;&nbsp; ENETRESET &nbsp;&nbsp; 102 &nbsp;&nbsp; \/* Network dropped connection because of reset *\/<br \/>#define &nbsp;&nbsp; ECONNABORTED &nbsp;&nbsp; 103 &nbsp;&nbsp; \/* Software caused connection abort *\/<br \/>#define &nbsp;&nbsp; ECONNRESET &nbsp;&nbsp; 104 &nbsp;&nbsp; \/* Connection reset by peer *\/<br \/>#define &nbsp;&nbsp; ENOBUFS &nbsp;&nbsp; &nbsp; &nbsp; 105 &nbsp;&nbsp; \/* No buffer space available *\/<br \/>#define &nbsp;&nbsp; EISCONN &nbsp;&nbsp; &nbsp; &nbsp; 106 &nbsp;&nbsp; \/* Transport endpoint is already connected *\/<br \/>#define &nbsp;&nbsp; ENOTCONN &nbsp;&nbsp; 107 &nbsp;&nbsp; \/* Transport endpoint is not connected *\/<br \/>#define &nbsp;&nbsp; ESHUTDOWN &nbsp;&nbsp; 108 &nbsp;&nbsp; \/* Cannot send after transport endpoint shutdown *\/<br \/>#define &nbsp;&nbsp; ETOOMANYREFS &nbsp;&nbsp; 109 &nbsp;&nbsp; \/* Too many references: cannot splice *\/<br \/>#define &nbsp;&nbsp; ETIMEDOUT &nbsp;&nbsp; 110 &nbsp;&nbsp; \/* Connection timed out *\/<br \/>#define &nbsp;&nbsp; ECONNREFUSED &nbsp;&nbsp; 111 &nbsp;&nbsp; \/* Connection refused *\/<br \/>#define &nbsp;&nbsp; EHOSTDOWN &nbsp;&nbsp; 112 &nbsp;&nbsp; \/* Host is down *\/<br \/>#define &nbsp;&nbsp; EHOSTUNREACH &nbsp;&nbsp; 113 &nbsp;&nbsp; \/* No route to host *\/<br \/>#define &nbsp;&nbsp; EALREADY &nbsp;&nbsp; 114 &nbsp;&nbsp; \/* Operation already in progress *\/<br \/>#define &nbsp;&nbsp; EINPROGRESS &nbsp;&nbsp; 115 &nbsp;&nbsp; \/* Operation now in progress *\/<br \/>#define &nbsp;&nbsp; ESTALE &nbsp;&nbsp; &nbsp; &nbsp; 116 &nbsp;&nbsp; \/* Stale NFS file handle *\/<br \/>#define &nbsp;&nbsp; EUCLEAN &nbsp;&nbsp; &nbsp; &nbsp; 117 &nbsp;&nbsp; \/* Structure needs cleaning *\/<br \/>#define &nbsp;&nbsp; ENOTNAM &nbsp;&nbsp; &nbsp; &nbsp; 118 &nbsp;&nbsp; \/* Not a XENIX named type file *\/<br \/>#define &nbsp;&nbsp; ENAVAIL &nbsp;&nbsp; &nbsp; &nbsp; 119 &nbsp;&nbsp; \/* No XENIX semaphores available *\/<br \/>#define &nbsp;&nbsp; EISNAM &nbsp;&nbsp; &nbsp; &nbsp; 120 &nbsp;&nbsp; \/* Is a named type file *\/<br \/>#define &nbsp;&nbsp; EREMOTEIO &nbsp;&nbsp; 121 &nbsp;&nbsp; \/* Remote I\/O error *\/<br \/>#define &nbsp;&nbsp; EDQUOT &nbsp;&nbsp; &nbsp; &nbsp; 122 &nbsp;&nbsp; \/* Quota exceeded *\/<\/p>\n<p>#define &nbsp;&nbsp; ENOMEDIUM &nbsp;&nbsp; 123 &nbsp;&nbsp; \/* No medium found *\/<br \/>#define &nbsp;&nbsp; EMEDIUMTYPE &nbsp;&nbsp; 124 &nbsp;&nbsp; \/* Wrong medium type *\/<br \/>#define &nbsp;&nbsp; ECANCELED &nbsp;&nbsp; 125 &nbsp;&nbsp; \/* Operation Canceled *\/<br \/>#define &nbsp;&nbsp; ENOKEY &nbsp;&nbsp; &nbsp; &nbsp; 126 &nbsp;&nbsp; \/* Required key not available *\/<br \/>#define &nbsp;&nbsp; EKEYEXPIRED &nbsp;&nbsp; 127 &nbsp;&nbsp; \/* Key has expired *\/<br \/>#define &nbsp;&nbsp; EKEYREVOKED &nbsp;&nbsp; 128 &nbsp;&nbsp; \/* Key has been revoked *\/<br \/>#define &nbsp;&nbsp; EKEYREJECTED &nbsp;&nbsp; 129 &nbsp;&nbsp; \/* Key was rejected by service *\/<\/p>\n<p>\/* for robust mutexes *\/<br \/>#define &nbsp;&nbsp; EOWNERDEAD &nbsp;&nbsp; 130 &nbsp;&nbsp; \/* Owner died *\/<br \/>#define &nbsp;&nbsp; ENOTRECOVERABLE &nbsp;&nbsp; 131 &nbsp;&nbsp; \/* State not recoverable *\/<\/p>\n<p>#endif<\/p>\n<div style=\"text-align: center;\"><font size=\"3\"><span style=\"font-weight: bold;\">\/usr\/include\/asm-generic\/errno-base.h<\/p>\n<p><\/span><\/font><\/p>\n<div style=\"text-align: left;\"><font size=\"3\"><\/font>#ifndef _ASM_GENERIC_ERRNO_BASE_H<br \/>#define _ASM_GENERIC_ERRNO_BASE_H<\/p>\n<p>#define &nbsp;&nbsp; EPERM &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp;&nbsp; \/* Operation not permitted *\/<br \/>#define &nbsp;&nbsp; ENOENT &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;2 &nbsp;&nbsp; \/* No such file or directory *\/<br \/>#define &nbsp;&nbsp; ESRCH &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;3 &nbsp;&nbsp; \/* No such process *\/<br \/>#define &nbsp;&nbsp; EINTR &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;4 &nbsp;&nbsp; \/* Interrupted system call *\/<br \/>#define &nbsp;&nbsp; EIO &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;5 &nbsp;&nbsp; \/* I\/O error *\/<br \/>#define &nbsp;&nbsp; ENXIO &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;6 &nbsp;&nbsp; \/* No such device or address *\/<br \/>#define &nbsp;&nbsp; E2BIG &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;7 &nbsp;&nbsp; \/* Argument list too long *\/<br \/>#define &nbsp;&nbsp; ENOEXEC &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;8 &nbsp;&nbsp; \/* Exec format error *\/<br \/>#define &nbsp;&nbsp; EBADF &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;9 &nbsp;&nbsp; \/* Bad file number *\/<br \/>#define &nbsp;&nbsp; ECHILD &nbsp;&nbsp; &nbsp; &nbsp; 10 &nbsp;&nbsp; \/* No child processes *\/<br \/>#define &nbsp;&nbsp; EAGAIN &nbsp;&nbsp; &nbsp; &nbsp; 11 &nbsp;&nbsp; \/* Try again *\/<br \/>#define &nbsp;&nbsp; ENOMEM &nbsp;&nbsp; &nbsp; &nbsp; 12 &nbsp;&nbsp; \/* Out of memory *\/<br \/>#define &nbsp;&nbsp; EACCES &nbsp;&nbsp; &nbsp; &nbsp; 13 &nbsp;&nbsp; \/* Permission denied *\/<br \/>#define &nbsp;&nbsp; EFAULT &nbsp;&nbsp; &nbsp; &nbsp; 14 &nbsp;&nbsp; \/* Bad address *\/<br \/>#define &nbsp;&nbsp; ENOTBLK &nbsp;&nbsp; &nbsp; &nbsp; 15 &nbsp;&nbsp; \/* Block device required *\/<br \/>#define &nbsp;&nbsp; EBUSY &nbsp;&nbsp; &nbsp; &nbsp; 16 &nbsp;&nbsp; \/* Device or resource busy *\/<br \/>#define &nbsp;&nbsp; EEXIST &nbsp;&nbsp; &nbsp; &nbsp; 17 &nbsp;&nbsp; \/* File exists *\/<br \/>#define &nbsp;&nbsp; EXDEV &nbsp;&nbsp; &nbsp; &nbsp; 18 &nbsp;&nbsp; \/* Cross-device link *\/<br \/>#define &nbsp;&nbsp; ENODEV &nbsp;&nbsp; &nbsp; &nbsp; 19 &nbsp;&nbsp; \/* No such device *\/<br \/>#define &nbsp;&nbsp; ENOTDIR &nbsp;&nbsp; &nbsp; &nbsp; 20 &nbsp;&nbsp; \/* Not a directory *\/<br \/>#define &nbsp;&nbsp; EISDIR &nbsp;&nbsp; &nbsp; &nbsp; 21 &nbsp;&nbsp; \/* Is a directory *\/<br \/>#define &nbsp;&nbsp; EINVAL &nbsp;&nbsp; &nbsp; &nbsp; 22 &nbsp;&nbsp; \/* Invalid argument *\/<br \/>#define &nbsp;&nbsp; ENFILE &nbsp;&nbsp; &nbsp; &nbsp; 23 &nbsp;&nbsp; \/* File table overflow *\/<br \/>#define &nbsp;&nbsp; EMFILE &nbsp;&nbsp; &nbsp; &nbsp; 24 &nbsp;&nbsp; \/* Too many open files *\/<br \/>#define &nbsp;&nbsp; ENOTTY &nbsp;&nbsp; &nbsp; &nbsp; 25 &nbsp;&nbsp; \/* Not a typewriter *\/<br \/>#define &nbsp;&nbsp; ETXTBSY &nbsp;&nbsp; &nbsp; &nbsp; 26 &nbsp;&nbsp; \/* Text file busy *\/<br \/>#define &nbsp;&nbsp; EFBIG &nbsp;&nbsp; &nbsp; &nbsp; 27 &nbsp;&nbsp; \/* File too large *\/<br \/>#define &nbsp;&nbsp; ENOSPC &nbsp;&nbsp; &nbsp; &nbsp; 28 &nbsp;&nbsp; \/* No space left on device *\/<br \/>#define &nbsp;&nbsp; ESPIPE &nbsp;&nbsp; &nbsp; &nbsp; 29 &nbsp;&nbsp; \/* Illegal seek *\/<br \/>#define &nbsp;&nbsp; EROFS &nbsp;&nbsp; &nbsp; &nbsp; 30 &nbsp;&nbsp; \/* Read-only file system *\/<br \/>#define &nbsp;&nbsp; EMLINK &nbsp;&nbsp; &nbsp; &nbsp; 31 &nbsp;&nbsp; \/* Too many links *\/<br \/>#define &nbsp;&nbsp; EPIPE &nbsp;&nbsp; &nbsp; &nbsp; 32 &nbsp;&nbsp; \/* Broken pipe *\/<br \/>#define &nbsp;&nbsp; EDOM &nbsp;&nbsp; &nbsp; &nbsp; 33 &nbsp;&nbsp; \/* Math argument out of domain of func *\/<br \/>#define &nbsp;&nbsp; ERANGE &nbsp;&nbsp; &nbsp; &nbsp; 34 &nbsp;&nbsp; \/* Math result not representable *\/<\/p>\n<p>#endif<br \/><font size=\"3\"><\/font><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;errno.h \ud30c\uc77c\uc5d0\ub294 \uc5ec\ub7ec\uac00\uc9c0 \uc5d0\ub7ec\ucf54\ub4dc\uc5d0 \ub300\ud55c \uc815\uc758\uac00 \uc218\ub85d\ub418\uc5b4 \uc788\ub2e4.&nbsp;\uc5ec\uae30\uc5d0 \uadf8 \ub0b4\uc6a9\uc744 \uc2e3\ub294\ub2e4. \/usr\/include\/asm-generic\/errno.h #ifndef _ASM_GENERIC_ERRNO_H#define _ASM_GENERIC_ERRNO_H #include &lt;asm-generic\/errno-base.h&gt; #define &nbsp;&nbsp; EDEADLK &nbsp;&nbsp; &nbsp; &nbsp; 35 &nbsp;&nbsp; \/* Resource deadlock would occur *\/#define &nbsp;&nbsp; ENAMETOOLONG &nbsp;&nbsp; 36 &nbsp;&nbsp; \/* File name too &hellip; <a href=\"http:\/\/pchero21.com\/?p=516\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[165],"_links":{"self":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts\/516"}],"collection":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=516"}],"version-history":[{"count":0,"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts\/516\/revisions"}],"wp:attachment":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=516"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}