X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fposix%2Fstdlib.m4;h=c9ce3544d49c76e114582aa16c5d192b9958dfe3;hp=08408836b75c00a9b0be8e1ad73fa62ea3183906;hb=d583a661f2349ac7be4922e6eca0687ea8ccfef3;hpb=7a210012b049742d95928175e4ebb0e565f9bda7 diff --git a/m4/posix/stdlib.m4 b/m4/posix/stdlib.m4 index 0840883..c9ce354 100644 --- a/m4/posix/stdlib.m4 +++ b/m4/posix/stdlib.m4 @@ -24,6 +24,7 @@ PSI_CHECK_STDLIB() { PSI_DECL(double atof, [(char *str)]) PSI_DECL(int atoi, [(char *str)]) PSI_DECL(long atol, [(char *str)]) + PSI_DECL(void *calloc, [(size_t nmemb, size_t size)]) PSI_DECL(div_t div, [(int numerator, int denominator)]) PSI_DECL(double drand48, [()]) PSI_DECL(double erand48, [(unsigned short xsubi@<:@3@:>@)]) @@ -38,6 +39,7 @@ PSI_CHECK_STDLIB() { PSI_DECL(ldiv_t ldiv, [(long numerator, long denominator)]) PSI_DECL(lldiv_t lldiv, [(long long numerator, long long denominator)]) PSI_DECL(long lrand48, [()]) + PSI_DECL(void *malloc, [(size_t size)]) PSI_DECL(int mblen, [(const char *s, size_t n)]) PSI_DECL(size_t mbstowcs, [(wchar_t *dest, char *src, size_t n)]) PSI_DECL(int mbtowc, [(wchar_t *pwc, char *s, size_t n)]) @@ -52,6 +54,7 @@ PSI_CHECK_STDLIB() { PSI_DECL(int rand, [()]) PSI_DECL(int rand_r, [(unsigned *seed_p)]) PSI_DECL(long random, [()]) + PSI_DECL(void *realloc, [(void *ptr, size_t size)]) PSI_DECL(char *realpath, [(char *path, char *resolved)]) PSI_DECL(unsigned short *seed48, [(unsigned short seed16v@<:@3@:>@)]) PSI_DECL(int setenv, [(char *var, char *val, int overwrite)])