diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-11 12:12:40 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-11 12:12:40 +0000 |
commit | 653bb754d4a1a04ff5ef082a3ca6b0ee9f1d163e (patch) | |
tree | cf18c1da4949ddafb28b9ecc6c57a932aa12e749 /libc/string/strlcat.c | |
parent | 0a226405812fcb5bb5f8e92b765665762850dd8c (diff) |
Fix two more cases where a libc_hidden_proto was added to string.h while
no libc_hidden_def exists for the function.
Diffstat (limited to 'libc/string/strlcat.c')
-rw-r--r-- | libc/string/strlcat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/strlcat.c b/libc/string/strlcat.c index 117b8e552..d55761d4c 100644 --- a/libc/string/strlcat.c +++ b/libc/string/strlcat.c @@ -44,3 +44,4 @@ size_t strlcat(register char *__restrict dst, return len; } +libc_hidden_def(strlcat) |