mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 21:23:52 +08:00
96f3aa5253
__mempcpy_small but instead use __builtin_memcpy ( , , n) + n for short lengths and constant src. (strcpy): Don't optimize for gcc 3.0+. (__stpcpy): For gcc 3.0+, don't use __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src) for short string literal src. |
||
---|---|---|
.. | ||
string2.h |