| author | |
| committer | |
| log | dba94f453a55d02cc87667fc5636aed3237483f6 |
| tree | db8f1d11e0c2c32bf3dba7e5c74b87c041b6299b |
| parent | 008dd90f1fb55f8782d7b435cf78629e7cea34e0 |
7 files changed, 5 insertions(+), 11 deletions(-)
lib/libc/include/generic-musl/arpa/inet.h-5| ... | ... | @@ -24,11 +24,6 @@ struct in_addr inet_makeaddr(in_addr_t, in_addr_t); |
| 24 | 24 | in_addr_t inet_lnaof(struct in_addr); |
| 25 | 25 | in_addr_t inet_netof(struct in_addr); |
| 26 | 26 | |
| 27 | #undef INET_ADDRSTRLEN | |
| 28 | #undef INET6_ADDRSTRLEN | |
| 29 | #define INET_ADDRSTRLEN 16 | |
| 30 | #define INET6_ADDRSTRLEN 46 | |
| 31 | ||
| 32 | 27 | #ifdef __cplusplus |
| 33 | 28 | } |
| 34 | 29 | #endif |
lib/libc/include/generic-musl/netinet/in.h-2| ... | ... | @@ -60,8 +60,6 @@ struct ipv6_mreq { |
| 60 | 60 | |
| 61 | 61 | extern const struct in6_addr in6addr_any, in6addr_loopback; |
| 62 | 62 | |
| 63 | #undef INET_ADDRSTRLEN | |
| 64 | #undef INET6_ADDRSTRLEN | |
| 65 | 63 | #define INET_ADDRSTRLEN 16 |
| 66 | 64 | #define INET6_ADDRSTRLEN 46 |
| 67 | 65 |
lib/libc/include/generic-musl/pthread.h+3| ... | ... | @@ -74,6 +74,9 @@ extern "C" { |
| 74 | 74 | #define PTHREAD_BARRIER_SERIAL_THREAD (-1) |
| 75 | 75 | |
| 76 | 76 | |
| 77 | #define PTHREAD_NULL ((pthread_t)0) | |
| 78 | ||
| 79 | ||
| 77 | 80 | int pthread_create(pthread_t *__restrict, const pthread_attr_t *__restrict, void *(*)(void *), void *__restrict); |
| 78 | 81 | int pthread_detach(pthread_t); |
| 79 | 82 | _Noreturn void pthread_exit(void *); |
lib/libc/include/mips-linux-musl/bits/signal.h+1-1| ... | ... | @@ -93,7 +93,7 @@ typedef struct __ucontext { |
| 93 | 93 | #define SIGTRAP 5 |
| 94 | 94 | #define SIGABRT 6 |
| 95 | 95 | #define SIGIOT SIGABRT |
| 96 | #define SIGSTKFLT 7 | |
| 96 | #define SIGEMT 7 | |
| 97 | 97 | #define SIGFPE 8 |
| 98 | 98 | #define SIGKILL 9 |
| 99 | 99 | #define SIGBUS 10 |
lib/libc/include/mips64-linux-musl/bits/signal.h+1-1| ... | ... | @@ -112,7 +112,7 @@ typedef struct __ucontext { |
| 112 | 112 | #define SIGTRAP 5 |
| 113 | 113 | #define SIGABRT 6 |
| 114 | 114 | #define SIGIOT SIGABRT |
| 115 | #define SIGSTKFLT 7 | |
| 115 | #define SIGEMT 7 | |
| 116 | 116 | #define SIGFPE 8 |
| 117 | 117 | #define SIGKILL 9 |
| 118 | 118 | #define SIGBUS 10 |
lib/libc/include/powerpc-linux-musl/bits/mman.h-1| ... | ... | @@ -4,7 +4,6 @@ |
| 4 | 4 | #define MAP_NORESERVE 0x40 |
| 5 | 5 | #undef MAP_LOCKED |
| 6 | 6 | #define MAP_LOCKED	0x80 |
| 7 | #undef MAP_SYNC | |
| 8 | 7 | |
| 9 | 8 | #undef MCL_CURRENT |
| 10 | 9 | #define MCL_CURRENT 0x2000 |
lib/libc/include/powerpc64-linux-musl/bits/mman.h-1| ... | ... | @@ -4,7 +4,6 @@ |
| 4 | 4 | #define MAP_NORESERVE 0x40 |
| 5 | 5 | #undef MAP_LOCKED |
| 6 | 6 | #define MAP_LOCKED	0x80 |
| 7 | #undef MAP_SYNC | |
| 8 | 7 | |
| 9 | 8 | #undef MCL_CURRENT |
| 10 | 9 | #define MCL_CURRENT 0x2000 |