]> sourceware.org Git - glibc.git/commit
Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compatibility
authorWilco Dijkstra <wdijkstr@arm.com>
Mon, 18 Apr 2016 14:26:11 +0000 (15:26 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Mon, 18 Apr 2016 14:30:49 +0000 (15:30 +0100)
commitd20dce250a6852f5083c05997fc6397c5d438a96
treecfa5b13af699aec13a0540eb949c6dd6bc3d868d
parent5379c09148b0925a2af15d10218e8f8c3ec601e9
Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compatibility
symbols as they are no longer used. Fix compat symbols for __strpbrk inlines.

        [BZ #18712]
        * string/string-inlines.c (__STRING2_COPY_TYPE): Add, moved from string2.h.
        (__old_mempcpy_small): Likewise.
        (__old_strcpy_small): Likewise.
        (__old_stpcpy_small): Likewise.
        (__old_strpbrk_c2): Fix compat symbol name.
        (__old_strpbrk_c3): Likewise.
        * string/bits/string2.h (__STRING2_COPY_TYPE): Remove.
        (__mempcpy_small): Remove.
        (__strcpy_small): Remove.
        (__stpcpy_small): Remove.
ChangeLog
string/bits/string2.h
string/string-inlines.c
This page took 0.038773 seconds and 5 git commands to generate.