Index: uspace/lib/c/generic/io/kio.c
===================================================================
--- uspace/lib/c/generic/io/kio.c	(revision d5b37b625566a35b56a2768799f8082882139e67)
+++ uspace/lib/c/generic/io/kio.c	(revision eb2187c4b32d71314ef8e18b14cf7c74dd74473d)
@@ -113,5 +113,5 @@
 }
 
-size_t kio_read(char32_t *buf, size_t n, size_t at)
+size_t kio_read(char *buf, size_t n, size_t at)
 {
 	return __SYSCALL3(SYS_KIO_READ, (sysarg_t) buf, n, at);
