summaryrefslogtreecommitdiff
path: root/src/stdlib/constraint_handler_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/constraint_handler_t.c')
-rw-r--r--src/stdlib/constraint_handler_t.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stdlib/constraint_handler_t.c b/src/stdlib/constraint_handler_t.c
deleted file mode 100644
index 6c109471..00000000
--- a/src/stdlib/constraint_handler_t.c
+++ /dev/null
@@ -1,5 +0,0 @@
-typedef void (*constraint_handler_t)(const char * restrict msg, void * restrict ptr, errno_t error);
-
-/*
-CEXT1(201112)
-*/