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

struct __stdlib __stdlib = {
	.constraint_handler = abort_handler_s,
};

/*
STDC(0)
SIGNAL_SAFE(0)
*/