Index: uspace/lib/pcut/src/os/helenos.c
===================================================================
--- uspace/lib/pcut/src/os/helenos.c	(revision 1a374967997b33e560720544b0b126a5f689f6b3)
+++ uspace/lib/pcut/src/os/helenos.c	(revision 1d2f85e056d4e6e3a0f3c692edee43e8b87c64b8)
@@ -55,6 +55,6 @@
 }
 
-int pcut_str_size(const char *s) {
-	return str_size(s);
+int pcut_str_bytes(const char *s) {
+	return str_bytes(s);
 }
 
Index: uspace/lib/pcut/src/os/stdc.c
===================================================================
--- uspace/lib/pcut/src/os/stdc.c	(revision 1a374967997b33e560720544b0b126a5f689f6b3)
+++ uspace/lib/pcut/src/os/stdc.c	(revision 1d2f85e056d4e6e3a0f3c692edee43e8b87c64b8)
@@ -46,5 +46,5 @@
 }
 
-int pcut_str_size(const char *s) {
+int pcut_str_bytes(const char *s) {
 	return strlen(s);
 }
