summaryrefslogtreecommitdiff
path: root/src/stdlib/set_constraint_handler_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/set_constraint_handler_s.c')
-rw-r--r--src/stdlib/set_constraint_handler_s.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stdlib/set_constraint_handler_s.c b/src/stdlib/set_constraint_handler_s.c
new file mode 100644
index 00000000..b32c9860
--- /dev/null
+++ b/src/stdlib/set_constraint_handler_s.c
@@ -0,0 +1,11 @@
+#include "stdlib.h"
+
+constraint_handler_t set_constraint_handler_s(constraint_handler_t handler)
+{
+ __C_EXT(1, 201112L);
+ return handler;
+}
+
+/*
+CEXT1(201112)
+*/