diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-09-04 16:15:13 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-09-04 16:15:13 +0200 |
| commit | 65b7909f6eb886725a64699364d99892b3a1134c (patch) | |
| tree | 00ac72fd16fb9c6a39d455bb3c1897b88989d6fc | |
| parent | c8c707e7cc01e63c4f682698f887048ac236045d (diff) | |
| download | box64-65b7909f6eb886725a64699364d99892b3a1134c.tar.gz box64-65b7909f6eb886725a64699364d99892b3a1134c.zip | |
[BOX32][WRAPPER] Added 1 more symbol to libc
| -rwxr-xr-x | src/wrapped32/wrappedlibc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped32/wrappedlibc_private.h b/src/wrapped32/wrappedlibc_private.h index 9ced18ce..a6b452de 100755 --- a/src/wrapped32/wrappedlibc_private.h +++ b/src/wrapped32/wrappedlibc_private.h @@ -2193,7 +2193,7 @@ GOM(reallocarray, pEpLL) //%%,noE GO2(__close_nocancel, iEi, close) //GOM(mkstemps64, iEEpi) //%% not always implemented -//GOM(getentropy, iEEpL) //%% starting from glibc 2.25 +GO(getentropy, iEpL) // not found (libitm???), but it seems OK to declare dummies: |