musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/string/wcsdup.c
AgeCommit message (Collapse)AuthorLines
2018年09月12日reduce spurious inclusion of libc.h Rich Felker-1/+0
libc.h was intended to be a header for access to global libc state and related interfaces, but ended up included all over the place because it was the way to get the weak_alias macro. most of the inclusions removed here are places where weak_alias was needed. a few were recently introduced for hidden. some go all the way back to when libc.h defined CANCELPT_BEGIN and _END, and all (wrongly implemented) cancellation points had to include it. remaining spurious users are mostly callers of the LOCK/UNLOCK macros and files that use the LFS64 macro to define the awful *64 aliases. in a few places, new inclusion of libc.h is added because several internal headers no longer implicitly include libc.h. declarations for __lockfile and __unlockfile are moved from libc.h to stdio_impl.h so that the latter does not need libc.h. putting them in libc.h made no sense at all, since the macros in stdio_impl.h are needed to use them correctly anyway.
2012年03月01日add all missing wchar functions except floating point parsers Rich Felker-0/+11
these are mostly untested and adapted directly from corresponding byte string functions and similar.
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月11日 19:27:28 +0000

AltStyle によって変換されたページ (->オリジナル) /