summaryrefslogtreecommitdiff
path: root/src/stdlib/abort_handler_s.c
blob: 8f7ef71acb7833b968c4b635094ff6770715f8c7 (plain)
1
2
3
4
5
6
7
8
9
10
#include "stdlib.h"

void abort_handler_s(const char * restrict msg, void * restrict ptr, errno_t error)
{
	__C_EXT(1, 201112L);
}

/*
CEXT1(201112)
*/