From 4039f3c2493e9cfaa0c8656e1b2bee46e79db708 Mon Sep 17 00:00:00 2001 From: Leslie Zhai Date: Mon, 6 Jan 2025 17:29:59 +0800 Subject: [WRAPPED] Added xdr_string and xdr_free (#2235) * [WRAPPED] Added xdr_string * [WRAPPED] Added check rpc/xdr header file * [WRAPPED] Add xdr_free * [WRAPPED] Use my->Func instead * [WRAPPED] Change GOM(xdr_string) to GO(xdr_string) --- src/wrapped/wrappedlibc_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index f1c22f94..f13f1c89 100644 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -2555,7 +2555,7 @@ GOM(wscanf, iFEpV) //GOM(xdr_double, iFpp) //GOM(xdr_enum, iFpp) //GOM(xdr_float, iFpp) -//GOM(xdr_free, vFpp) +GO(xdr_free, vFpp) //GOM(xdr_getcredres, iFpp) //GOM(xdr_hyper, iFpp) //GOM(xdr_int, iFpp) @@ -2590,7 +2590,7 @@ GOM(wscanf, iFEpV) //GOM(xdr_short, iFpp) //GOM(xdr_sizeof, LFpp) //GOM(xdrstdio_create, vFpSu) -//GOM(xdr_string, iFppu) +GO(xdr_string, iFppu) //GOM(xdr_u_char, iFpp) //GOM(xdr_u_hyper, iFpp) //GOM(xdr_u_int, iFpp) -- cgit 1.4.1