summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libnxflat/libnxflat_unload.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libnxflat/libnxflat_unload.c')
-rw-r--r--nuttx/binfmt/libnxflat/libnxflat_unload.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/binfmt/libnxflat/libnxflat_unload.c b/nuttx/binfmt/libnxflat/libnxflat_unload.c
index e095315a2..1f8d1163d 100644
--- a/nuttx/binfmt/libnxflat/libnxflat_unload.c
+++ b/nuttx/binfmt/libnxflat/libnxflat_unload.c
@@ -69,6 +69,10 @@
* This function unloads the object from memory. This essentially
* undoes the actions of nxflat_load.
*
+ * Returned Value:
+ * 0 (OK) is returned on success and a negated errno is returned on
+ * failure.
+ *
****************************************************************************/
int nxflat_unload(struct nxflat_loadinfo_s *loadinfo)