about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-10-26 18:30:38 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-10-26 18:30:38 +0200
commitf81874277c11938ae049daf9fd7e25fd21765c11 (patch)
tree24c288861a1b59fcb16579d803048cf6bcc47707 /src
parentd93b97ee927a13d1f3a7d583cafc9b810b6bb7dc (diff)
downloadbox64-f81874277c11938ae049daf9fd7e25fd21765c11.tar.gz
box64-f81874277c11938ae049daf9fd7e25fd21765c11.zip
Added reboot wrapped function to libc
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index cf343d73..c66fcd41 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1475,7 +1475,7 @@ GO(realloc, pFpL)
 GOW(reallocarray, pFpLL)
 GOM(realpath, pFEpp)
 GO2(__realpath_chk, pFEppv, my_realpath)
-//GO(reboot, 
+GO(reboot, iFi)
 //GOW(re_comp, // Deprecated
 GOW(re_compile_fastmap, iFp)
 GOW(re_compile_pattern, pFpLp)