about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-09-04 16:15:13 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-09-04 16:15:13 +0200
commit65b7909f6eb886725a64699364d99892b3a1134c (patch)
tree00ac72fd16fb9c6a39d455bb3c1897b88989d6fc
parentc8c707e7cc01e63c4f682698f887048ac236045d (diff)
downloadbox64-65b7909f6eb886725a64699364d99892b3a1134c.tar.gz
box64-65b7909f6eb886725a64699364d99892b3a1134c.zip
[BOX32][WRAPPER] Added 1 more symbol to libc
-rwxr-xr-xsrc/wrapped32/wrappedlibc_private.h2
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: