diff options
| author | Leslie Zhai <zhaixiang@loongson.cn> | 2025-01-06 17:29:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-06 10:29:59 +0100 |
| commit | 4039f3c2493e9cfaa0c8656e1b2bee46e79db708 (patch) | |
| tree | abe18621191cb0db8fa51fe7a5c6c787a6208b9f /src | |
| parent | 6f46ccdd5ab5c0df527584d7411d9724909cc1ec (diff) | |
| download | box64-4039f3c2493e9cfaa0c8656e1b2bee46e79db708.tar.gz box64-4039f3c2493e9cfaa0c8656e1b2bee46e79db708.zip | |
[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)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibc_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |