Ignore:
Timestamp:
Jun 7, 2019, 10:13:19 PM (5 years ago)
Author:
coas-nagasima
Message:

ファイルヘッダーの更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/musl-1.1.18/include/bits/errno.h

    r337 r400  
    1 #ifdef _INC_ERRNO
    2 #undef EADDRINUSE
    3 #undef EADDRNOTAVAIL
    4 #undef EAFNOSUPPORT
    5 #undef EALREADY
    6 #undef EBADMSG
    7 #undef ECANCELED
    8 #undef ECONNABORTED
    9 #undef ECONNREFUSED
    10 #undef ECONNRESET
    11 #undef EDEADLK
    12 #undef EDESTADDRREQ
    13 #undef EHOSTUNREACH
    14 #undef EIDRM
    15 #undef EILSEQ
    16 #undef EINPROGRESS
    17 #undef EISCONN
    18 #undef ELOOP
    19 #undef EMSGSIZE
    20 #undef ENAMETOOLONG
    21 #undef ENETDOWN
    22 #undef ENETRESET
    23 #undef ENETUNREACH
    24 #undef ENOBUFS
    25 #undef ENODATA
    26 #undef ENOLCK
    27 #undef ENOLINK
    28 #undef ENOMSG
    29 #undef ENOPROTOOPT
    30 #undef ENOSR
    31 #undef ENOSTR
    32 #undef ENOSYS
    33 #undef ENOTCONN
    34 #undef ENOTEMPTY
    35 #undef ENOTRECOVERABLE
    36 #undef ENOTSOCK
    37 #undef ENOTSUP
    38 #undef EOPNOTSUPP
    39 #undef EOVERFLOW
    40 #undef EOWNERDEAD
    41 #undef EPROTO
    42 #undef EPROTONOSUPPORT
    43 #undef EPROTOTYPE
    44 #undef ETIME
    45 #undef ETIMEDOUT
    46 #undef ETXTBSY
    47 #undef EWOULDBLOCK
    48 #endif
    49 
    501#define EPERM            1
    512#define ENOENT           2
Note: See TracChangeset for help on using the changeset viewer.