summaryrefslogtreecommitdiffhomepage
path: root/lib/cxx-abi.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cxx-abi.hpp')
-rw-r--r--lib/cxx-abi.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/cxx-abi.hpp b/lib/cxx-abi.hpp
index 61225fc..681a926 100644
--- a/lib/cxx-abi.hpp
+++ b/lib/cxx-abi.hpp
@@ -1,6 +1,7 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal El Mahrouss, all rights reserved.
+ Copyright (C) 2025, Amlal El Mahrouss, all rights reserved.
------------------------------------------- */
@@ -8,7 +9,7 @@
#define DSO_MAX_OBJECTS (128)
-struct atexit_func_entry_t {
+struct atexit_func_entry_t final {
void (*destructor_func)(void*);
void* obj_ptr;
void* dso_handle;