X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fmodule.c;h=0c8b3b3315bb0f38b358383fc4ddcc615465d7ef;hp=3cd45f9efde40ecf0433c20589274501af71dfea;hb=440ff658995f1378fd74c0101ff6c2b4951ffdf9;hpb=4ace6fa9bfa459902184655ee40d6136f25915c8 diff --git a/src/module.c b/src/module.c index 3cd45f9..0c8b3b3 100644 --- a/src/module.c +++ b/src/module.c @@ -317,6 +317,8 @@ static PHP_GINIT_FUNCTION(psi) *bl_decls = psi_plist_add(*bl_decls, &tmp) BL_DECL_ADD("dlsym"); + BL_DECL_ADD("alloca"); + BL_DECL_ADD("atexit"); BL_DECL_ADD("_IO_cookie_init"); }