diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-03-09 22:49:04 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-03-09 23:00:04 +0900 |
commit | 8877e9bc55fdbdb70c967b7720f57fba148a7dda (patch) | |
tree | 233b458c35130b15172908d6f0e9e99e6a078152 /update.sh | |
parent | 27f08790305216e5730c5bb5352db9f616c4c56f (diff) | |
download | portable-8877e9bc55fdbdb70c967b7720f57fba148a7dda.tar.gz portable-8877e9bc55fdbdb70c967b7720f57fba148a7dda.tar.bz2 portable-8877e9bc55fdbdb70c967b7720f57fba148a7dda.zip |
Add recallocarray
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ for i in crypto/compat libtls-standalone/compat; do | |||
78 | $libc_src/crypt/chacha_private.h \ | 78 | $libc_src/crypt/chacha_private.h \ |
79 | $libc_src/net/inet_pton.c \ | 79 | $libc_src/net/inet_pton.c \ |
80 | $libc_src/stdlib/reallocarray.c \ | 80 | $libc_src/stdlib/reallocarray.c \ |
81 | $libc_src/stdlib/recallocarray.c \ | ||
81 | $libc_src/string/explicit_bzero.c \ | 82 | $libc_src/string/explicit_bzero.c \ |
82 | $libc_src/string/strcasecmp.c \ | 83 | $libc_src/string/strcasecmp.c \ |
83 | $libc_src/string/strlcpy.c \ | 84 | $libc_src/string/strlcpy.c \ |