X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi_posix.h.in;h=47bfc09512eddf7299c737d728602873a3f21907;hp=6131448518d0e99da4622f4bff158a03e8986814;hb=02e801eabbe26a129ea05e6723c94e10bb653dab;hpb=c9384515a81cb64d345b299908b2852f51bb8e6e diff --git a/php_psi_posix.h.in b/php_psi_posix.h.in index 6131448..47bfc09 100644 --- a/php_psi_posix.h.in +++ b/php_psi_posix.h.in @@ -33,14 +33,6 @@ static struct psi_std_type { const char *type_name; const char *alias; } psi_std_types[] = { - {PSI_T_INT8, "int8_t", NULL}, - {PSI_T_INT16, "int16_t", NULL}, - {PSI_T_INT32, "int32_t", NULL}, - {PSI_T_INT64, "int64_t", NULL}, - {PSI_T_UINT8, "uint8_t", NULL}, - {PSI_T_UINT16, "uint16_t", NULL}, - {PSI_T_UINT32, "uint32_t", NULL}, - {PSI_T_UINT64, "uint64_t", NULL}, @PSI_STDTYPES@ {0} }; @@ -110,16 +102,13 @@ static struct psi_func_redir { const char *name; psi_func_ptr func; } psi_func_redirs[] = { + /* needed from libc_nonshared.a */ {"fstat", (psi_func_ptr) fstat}, {"fstatat", (psi_func_ptr) fstatat}, {"lstat", (psi_func_ptr) lstat}, {"mknod", (psi_func_ptr) mknod}, {"mknodat", (psi_func_ptr) mknodat}, {"stat", (psi_func_ptr) stat}, - {"getaddrinfo_a", (psi_func_ptr) getaddrinfo_a}, - {"gai_suspend", (psi_func_ptr) gai_suspend}, - {"gai_error", (psi_func_ptr) gai_error}, - {"gai_cancel", (psi_func_ptr) gai_cancel}, @PSI_REDIRS@ {0} };