summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emacs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 219e988719c..38ef932946b 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -192,6 +192,8 @@ __do_global_ctors ()
{}
__do_global_ctors_aux ()
{}
+__do_global_dtors ()
+{}
char * __CTOR_LIST__[2] = { (char *) (-1), 0 };
char * __DTOR_LIST__[2] = { (char *) (-1), 0 };
__main ()