summaryrefslogtreecommitdiff
path: root/src/stdlib/__stdlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/__stdlib.c')
-rw-r--r--src/stdlib/__stdlib.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/stdlib/__stdlib.c b/src/stdlib/__stdlib.c
index aa67fa10..b6423713 100644
--- a/src/stdlib/__stdlib.c
+++ b/src/stdlib/__stdlib.c
@@ -1,12 +1,9 @@
-#if 0
-
#include "_stdlib.h"
-struct __stdlib __stdlib;
+struct __stdlib __stdlib = {
+ .constraint_handler = abort_handler_s,
+};
/*
STDC(0)
*/
-
-
-#endif