diff options
Diffstat (limited to 'src/stdlib/abort_handler_s.c')
-rw-r--r-- | src/stdlib/abort_handler_s.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stdlib/abort_handler_s.c b/src/stdlib/abort_handler_s.c new file mode 100644 index 00000000..8f7ef71a --- /dev/null +++ b/src/stdlib/abort_handler_s.c @@ -0,0 +1,10 @@ +#include "stdlib.h" + +void abort_handler_s(const char * restrict msg, void * restrict ptr, errno_t error) +{ + __C_EXT(1, 201112L); +} + +/* +CEXT1(201112) +*/ |