Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
read only 32 bits anyhow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use the standard int64_t rather than __int64_t.
|
|
Include <stdint.h> to use int64_t.
|
|
Use va_copy (C99) instead of __va_copy (GNU ext).
|
|
This header is <arpa/inet.h>, not <net/arpa/...>
|
|
[libcextra] Extend wide char support
|
|
|
|
|
|
|
|
|
|
|
|
musl libc headers don't have __va_copy as it is a GNU extension
and hasn't been needed for over a decade.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Flag malloc_usable_size as weak.
|
|
This makes it match the other malloc symbols.
|