Skip to content

Commit

Permalink
[WRAPPED] Added xdr_string and xdr_free (#2235)
Browse files Browse the repository at this point in the history
* [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)
  • Loading branch information
xiangzhai authored Jan 6, 2025
1 parent 6f46ccd commit 4039f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wrapped/wrappedlibc_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4039f3c

Please sign in to comment.