Index: uspace/lib/c/include/elf/elf_load.h
===================================================================
--- uspace/lib/c/include/elf/elf_load.h	(revision 174156fd1cf321a6363777352073d05829467b2f)
+++ uspace/lib/c/include/elf/elf_load.h	(revision 8add15e0d742e2ce9688f92ee8e6378e2caa7b04)
@@ -45,5 +45,5 @@
 } elf_info_t;
 
-extern int elf_load(int, elf_info_t *);
+extern errno_t elf_load(int, elf_info_t *);
 extern void elf_set_pcb(elf_info_t *, pcb_t *);
 
