summaryrefslogtreecommitdiff
path: root/usr/src/head
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2017-07-31 13:00:21 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2017-07-31 13:00:21 +0000
commita43f1df58a9e20639c60ab24da9193c2ff8e074e (patch)
tree2c782258c5ed0ceff90367f775728dc5cb1e9a12 /usr/src/head
parent2b6211c70cd9e899b15e259d53790f01e46bb88a (diff)
parentd65dfb0a6855414a1ff916b896e8be0fbe0d212a (diff)
downloadillumos-joyent-a43f1df58a9e20639c60ab24da9193c2ff8e074e.tar.gz
[illumos-gate merge]
commit d65dfb0a6855414a1ff916b896e8be0fbe0d212a 8499 ficl: this statement may fall through commit e07d85f87c3920e032adb855fdc500e4616c7718 7875 libcurses: multiple misleading-indentation errors commit f1cdbd3731f01314c1d46f05280ad63f1770fdc6 8546 want recallocarray(3C) and freezero(3C) commit 0b905b49d460a57773d88d714cd880ffe0182b7c 5980 in-kernel inet_ntop should format IPv4 addresses like userland one commit 3facafd61791b16f112797f1b07dde00ab6b9a59 8487 cfgadm_plugins/shp: memory leak in cfga_get_condition() commit a3bcc60de108dc761615b2b9561d6dc76971f471 8543 nss_ldap crashes handling a group with no gidnumber attribute commit b2ce6e4ebc262a57e5c5d0224b2577526261a0e4 8463 common/acl: 'resultcount' may be used uninitialized in this function commit 83e86541459022f059e0bf50ebbc33fc8ec2d62e 8486 libdiskmgt: memory leak in slice_get_stats() commit 7f6d142fc0001e76967b1f047b6df5bc4c5d9082 8399 sun_fc: in C++11 destructors default to noexcept commit 3dde7c95de085cfe31f989eff6cefb775563eeb8 8528 Want Chelsio T6 support
Diffstat (limited to 'usr/src/head')
-rw-r--r--usr/src/head/stdlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/head/stdlib.h b/usr/src/head/stdlib.h
index 6e38ce5d70..8583aa51bd 100644
--- a/usr/src/head/stdlib.h
+++ b/usr/src/head/stdlib.h
@@ -290,7 +290,9 @@ extern char *ulltostr(unsigned long long, char *);
extern uint32_t arc4random(void);
extern void arc4random_buf(void *, size_t);
extern uint32_t arc4random_uniform(uint32_t);
+extern void freezero(void *, size_t);
extern void *reallocarray(void *, size_t, size_t);
+extern void *recallocarray(void *, size_t, size_t, size_t);
extern long long strtonum(const char *, long long, long long, const char **);
#endif /* !_STRICT_SYBMOLS */