OSDN Git Service

Move to use attribute_hidden
authorPeter S. Mazinger <ps.m@gmx.net>
Mon, 14 Nov 2005 22:57:45 +0000 (22:57 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Mon, 14 Nov 2005 22:57:45 +0000 (22:57 -0000)
commitf8703c6453b64fd74354a0851f6fb05795c31956
tree252885111008043b1682496df58e46cbcd93d480
parent032a3e76d290c776e26ae6c0a68e8b19885a68aa
Move to use attribute_hidden
25 files changed:
libc/string/generic/memchr.c
libc/string/generic/memcmp.c
libc/string/generic/memcpy.c
libc/string/generic/memmem.c
libc/string/generic/memmove.c
libc/string/generic/mempcpy.c
libc/string/generic/memrchr.c
libc/string/generic/memset.c
libc/string/generic/rawmemchr.c
libc/string/generic/strcat.c
libc/string/generic/strchr.c
libc/string/generic/strchrnul.c
libc/string/generic/strcmp.c
libc/string/generic/strcpy.c
libc/string/generic/strcspn.c
libc/string/generic/strlen.c
libc/string/generic/strncat.c
libc/string/generic/strncmp.c
libc/string/generic/strncpy.c
libc/string/generic/strnlen.c
libc/string/generic/strrchr.c
libc/string/generic/strsep.c
libc/string/generic/strspn.c
libc/string/generic/strstr.c
libc/string/generic/strtok_r.c