Index: uspace/dist/src/c/demos/hello/hello.c
===================================================================
--- uspace/dist/src/c/demos/hello/hello.c	(revision 9d1be7bd4b0c95ed8e859dcf0f4c586013db4267)
+++ uspace/dist/src/c/demos/hello/hello.c	(revision e211ea04fccf33d4cb2092f630a29e893e096a02)
@@ -1,3 +1,3 @@
-extern int putchar(char);
+extern errno_t putchar(char);
 
 #define TERMINATOR '!'
