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 bc73be3215c832cdb0c8a5022db800902f9f62dc)
@@ -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 *);
 
