From 36d11a4443018ea98e37e19e1cce2d95345cb548 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 17 Jul 2023 10:55:24 +0200 Subject: Actually added execle wrapped function (for #850) --- src/wrapped/generated/wrappedlibctypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wrapped/generated/wrappedlibctypes.h') diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 49457ed7..92bbdf7b 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -144,6 +144,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(swapcontext, iFpp_t) \ GO(__isoc99_scanf, iFpV_t) \ GO(execl, iFpV_t) \ + GO(execle, iFpV_t) \ GO(execlp, iFpV_t) \ GO(printf, iFpV_t) \ GO(wprintf, iFpV_t) \ -- cgit 1.4.1