diff options
Diffstat (limited to 'src/wrapped/generated/wrappedtcmallocminimaltypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedtcmallocminimaltypes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/generated/wrappedtcmallocminimaltypes.h b/src/wrapped/generated/wrappedtcmallocminimaltypes.h index 29629c7c..1af11f00 100644 --- a/src/wrapped/generated/wrappedtcmallocminimaltypes.h +++ b/src/wrapped/generated/wrappedtcmallocminimaltypes.h @@ -12,9 +12,9 @@ #endif typedef void* (*pFp_t)(void*); -typedef int64_t (*iFpL_t)(void*, uintptr_t); -typedef void* (*pFpLiiii_t)(void*, uintptr_t, int64_t, int64_t, int64_t, int64_t); -typedef void* (*pFpLiiiI_t)(void*, uintptr_t, int64_t, int64_t, int64_t, int64_t); +typedef int32_t (*iFpL_t)(void*, uintptr_t); +typedef void* (*pFpLiiii_t)(void*, uintptr_t, int32_t, int32_t, int32_t, int32_t); +typedef void* (*pFpLiiiI_t)(void*, uintptr_t, int32_t, int32_t, int32_t, int64_t); #define SUPER() ADDED_FUNCTIONS() \ GO(mallinfo, pFp_t) \ |