diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-04-19 07:58:45 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-04-19 13:50:52 +0100 |
commit | d64a815e8d03bca597ff33f103a57fe7a06f2b82 (patch) | |
tree | f8719a50ce49b47062a0bd1905c57936b21263d0 /compat.h | |
parent | a54309147dc4085a312d18d0c5421fbe14d85764 (diff) | |
download | rtmux-d64a815e8d03bca597ff33f103a57fe7a06f2b82.tar.gz rtmux-d64a815e8d03bca597ff33f103a57fe7a06f2b82.tar.bz2 rtmux-d64a815e8d03bca597ff33f103a57fe7a06f2b82.zip |
Missed freezero.
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -315,6 +315,11 @@ int unsetenv(const char *); void cfmakeraw(struct termios *); #endif +#ifndef HAVE_FREEZERO +/* freezero.c */ +void freezero(void *, size_t); +#endif + #ifndef HAVE_REALLOCARRAY /* reallocarray.c */ void *reallocarray(void *, size_t, size_t); |