diff options
| author | Brent Cook <busterb@gmail.com> | 2019-01-31 09:45:56 -0600 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2019-01-31 13:56:56 -0600 |
| commit | a6d7ea956290470254e817adb2f6a3fac9397a17 (patch) | |
| tree | e9880ccf45612c854fd97287969b879c9a47e29d /include/compat/stdlib.h | |
| parent | 495a1b631687f6cc1a1e9fe217aa17184a1b4aff (diff) | |
| download | portable-a6d7ea956290470254e817adb2f6a3fac9397a17.tar.gz portable-a6d7ea956290470254e817adb2f6a3fac9397a17.tar.bz2 portable-a6d7ea956290470254e817adb2f6a3fac9397a17.zip | |
update autoconf for latest compat functions
Diffstat (limited to 'include/compat/stdlib.h')
| -rw-r--r-- | include/compat/stdlib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/compat/stdlib.h b/include/compat/stdlib.h index cc04856..e629884 100644 --- a/include/compat/stdlib.h +++ b/include/compat/stdlib.h | |||
| @@ -29,6 +29,10 @@ uint32_t arc4random_uniform(uint32_t upper_bound); | |||
| 29 | void freezero(void *ptr, size_t sz); | 29 | void freezero(void *ptr, size_t sz); |
| 30 | #endif | 30 | #endif |
| 31 | 31 | ||
| 32 | #ifndef HAVE_GETPROGNAME | ||
| 33 | const char * getprogname(void); | ||
| 34 | #endif | ||
| 35 | |||
| 32 | #ifndef HAVE_REALLOCARRAY | 36 | #ifndef HAVE_REALLOCARRAY |
| 33 | void *reallocarray(void *, size_t, size_t); | 37 | void *reallocarray(void *, size_t, size_t); |
| 34 | #endif | 38 | #endif |
