diff options
Diffstat (limited to 'src/stdlib/__stdlib.c')
| -rw-r--r-- | src/stdlib/__stdlib.c | 9 |
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 |
