summaryrefslogtreecommitdiff
path: root/src/uchar/c32rtomb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uchar/c32rtomb.c')
-rw-r--r--src/uchar/c32rtomb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uchar/c32rtomb.c b/src/uchar/c32rtomb.c
index 6c0d29b8..34061679 100644
--- a/src/uchar/c32rtomb.c
+++ b/src/uchar/c32rtomb.c
@@ -4,6 +4,7 @@
size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps)
{
SIGNAL_SAFE(0);
+ /* TODO: overlap */
(void)s; (void)c32; (void)ps;