mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Missed freezero.
This commit is contained in:
parent
a71c262d5f
commit
95c38087db
5
compat.h
5
compat.h
@ -315,6 +315,11 @@ int unsetenv(const char *);
|
|||||||
void cfmakeraw(struct termios *);
|
void cfmakeraw(struct termios *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_FREEZERO
|
||||||
|
/* freezero.c */
|
||||||
|
void freezero(void *, size_t);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_REALLOCARRAY
|
#ifndef HAVE_REALLOCARRAY
|
||||||
/* reallocarray.c */
|
/* reallocarray.c */
|
||||||
void *reallocarray(void *, size_t, size_t);
|
void *reallocarray(void *, size_t, size_t);
|
||||||
|
Loading…
Reference in New Issue
Block a user