Index: uspace/lib/posix/source/stdlib.c
===================================================================
--- uspace/lib/posix/source/stdlib.c	(revision d856110eaa64106e15a328eeed1b46c3d264e012)
+++ uspace/lib/posix/source/stdlib.c	(revision ceb5757df640c89d465c66d3ba4c834d0b017739)
@@ -63,5 +63,5 @@
 	// TODO: low priority, just a compile-time dependency of binutils
 	not_implemented();
-	return 1;
+	return 0;
 }
 
