From 9369c5813b58e8b480720d3216e74f817b19ac72 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 8 May 2014 16:58:10 -0600 Subject: [PATCH] P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. --- Documentation/NuttXBinfmt.html | 2 +- Documentation/NuttXNxFlat.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttXBinfmt.html b/Documentation/NuttXBinfmt.html index 3f3bdbc0aad..2f4f6e4252c 100644 --- a/Documentation/NuttXBinfmt.html +++ b/Documentation/NuttXBinfmt.html @@ -289,7 +289,7 @@ On failure, it returns -1 (ERROR) with errno set appro

Function Prototype:

Description:

-

int unload_module(FAR const struct binary_s *bin) +

int unload_module(FAR struct binary_s *bin)