diff options
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) |