diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 15:54:51 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 15:54:51 +0200 |
| commit | ee561da549fb6f47f4b301466f2f751a085fa6d5 (patch) | |
| tree | 5920f59269141614587511701bf5c9a30628f027 /src/wrapped/wrappedlibc_private.h | |
| parent | ba1493857f16f8d8e9eec8f3d421e49784761e8d (diff) | |
| download | box64-ee561da549fb6f47f4b301466f2f751a085fa6d5.tar.gz box64-ee561da549fb6f47f4b301466f2f751a085fa6d5.zip | |
Added more libc and pthreads wrapped functions
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index f8b93a1e..c4716f7e 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -200,7 +200,7 @@ GOM(__cxa_finalize, vFEp) GO(difftime, dFLL) //GO(dirfd, GO(dirname, pFp) -//GO(div, +GO(div, UFii) //GO(_dl_addr, //GO(_dl_catch_error, //GO(_dl_catch_exception, @@ -237,7 +237,7 @@ GOW(duplocale, pFp) //GOW(endmntent, //GO(endnetent, //GO(endnetgrent, -//GO(endprotoent, +GO(endprotoent, vFv) //GO(endpwent, //GO(endrpcent, //GO(endservent, @@ -443,7 +443,7 @@ GOW(ftruncate64, iFiI) //GO(fts_read, //GO(fts_set, //GO(ftw, -//GOW(ftw64, +GOM(ftw64, iFEppi) //GOW(funlockfile, //GO(futimens, //GOW(futimes, @@ -521,7 +521,7 @@ GO(getgrent, pFv) //GO(gethostid, GOW(gethostname, iFpL) //GO(__gethostname_chk, -//GOW(getifaddrs, +GOW(getifaddrs, iFp) //GO(getipv4sourcefilter, //GOW(getitimer, //GO(get_kernel_syms, @@ -563,11 +563,11 @@ GO(getpid, uFv) //GO(getpmsg, //GOW(getppid, GOW(getpriority, iFii) -//GO(getprotobyname, +GO(getprotobyname, pFp) //GO(getprotobyname_r, -//GO(getprotobynumber, +GO(getprotobynumber, pFp) //GO(getprotobynumber_r, -//GO(getprotoent, +GO(getprotoent, pFv) //GO(getprotoent_r, //GOW(getpt, //GO(getpublickey, @@ -1190,7 +1190,7 @@ GOM(mremap, pFEpLLiN) //weal //GO(msgget, //GOW(msgrcv, //GOW(msgsnd, -//GO(msync, +GO(msync, iFpLi) //GO(mtrace, //GO(munlock, //GO(munlockall, @@ -1209,7 +1209,7 @@ GOW(newlocale, pFipp) //GO(nfsservctl, //GO(nftw, //GO(nftw, -//GO(nftw64, +GOM(nftw64, iFEppii) //GO(nftw64, //GOW(ngettext, //GO(nice, @@ -1632,7 +1632,7 @@ GO(setlocale, pFip) //GOW(setpgid, //GO(setpgrp, GOW(setpriority, iFiii) -//GO(setprotoent, +GO(setprotoent, vFi) //GO(setpwent, //GOW(setregid, //GOW(setresgid, |