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

ファイルヘッダーの更新

Location:
asp3_tinet_ecnl_arm/trunk/musl-1.1.18/include
Files:
3 edited

Legend:

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

    r352 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
  • asp3_tinet_ecnl_arm/trunk/musl-1.1.18/include/setjmp.h

    r352 r400  
    3333_Noreturn void longjmp (jmp_buf, int);
    3434
    35 #if !defined(_MSC_VER) && !defined(__c2__)
    36 #define setjmp __builtin_setjmp
    37 #else
    3835#define setjmp setjmp
    39 #endif
    4036
    4137#ifdef __cplusplus
  • asp3_tinet_ecnl_arm/trunk/musl-1.1.18/include/stdio.h

    r352 r400  
    2222#include <bits/alltypes.h>
    2323
    24 #ifndef _UCRT
    2524#ifdef __cplusplus
    2625#define NULL 0L
    2726#else
    2827#define NULL ((void*)0)
    29 #endif
    3028#endif
    3129
Note: See TracChangeset for help on using the changeset viewer.