Index: uspace/lib/posix/Makefile
===================================================================
--- uspace/lib/posix/Makefile	(revision f1380b76772fb5d1aa03637b5e57bd9b929fea61)
+++ uspace/lib/posix/Makefile	(revision 6d1d143a5cf77ad1cecee9f57c6550efbdd51ea7)
@@ -188,3 +188,3 @@
 
 $(REDEFS_HIDE_LIBC): $(SOURCES)
-	sed -n -e 's/_HIDE_LIBC_SYMBOL(\(.*\))/\1 __helenos_libc_\1/p' $(SOURCES) >$@
+	sed -n -e 's/_HIDE_LIBC_SYMBOL(\(.*\));/\1 __helenos_libc_\1/p' $(SOURCES) >$@
