about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-03-08 18:16:36 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-03-08 18:16:36 +0100
commit5debac4c98c1c5c262f5cae3f0cdee8527ef06a6 (patch)
tree7ce4c95b85aab60ee0ff629e3b08b5f15975eb24 /src/wrapped/generated
parent3737abe081c8de2ffb8d4fd10fea01c046c4787b (diff)
downloadbox64-5debac4c98c1c5c262f5cae3f0cdee8527ef06a6.tar.gz
box64-5debac4c98c1c5c262f5cae3f0cdee8527ef06a6.zip
Change wrapping of _exit to just exit immediatly as expected
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt1
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index ae47954f..055e261b 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -4046,7 +4046,6 @@ wrappedlibc:
   - __cxa_pure_virtual
   - __stack_chk_fail
 - vFi:
-  - _exit
   - exit
 - vFp:
   - _ITM_deregisterTMCloneTable
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h
index a7a31670..098ed02d 100644
--- a/src/wrapped/generated/wrappedlibctypes.h
+++ b/src/wrapped/generated/wrappedlibctypes.h
@@ -100,7 +100,6 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void*
 	GO(_Jv_RegisterClasses, vFv_t) \
 	GO(__cxa_pure_virtual, vFv_t) \
 	GO(__stack_chk_fail, vFv_t) \
-	GO(_exit, vFi_t) \
 	GO(exit, vFi_t) \
 	GO(_ITM_deregisterTMCloneTable, vFp_t) \
 	GO(__cxa_finalize, vFp_t) \