diff options
Diffstat (limited to 'accel-pptpd/triton')
-rw-r--r-- | accel-pptpd/triton/triton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/triton/triton.h b/accel-pptpd/triton/triton.h index 4b4d9c41..f494bb39 100644 --- a/accel-pptpd/triton/triton.h +++ b/accel-pptpd/triton/triton.h @@ -111,6 +111,7 @@ void triton_terminate(void); #define __init __attribute__((constructor)) +#define __exit __attribute__((destructor)) #define __export __attribute__((visibility("default"))) #undef offsetof |