mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Run codespell -w against all files
and fix the wrong correction
This commit is contained in:
@@ -860,7 +860,7 @@ int exec(FAR const char *filename, FAR char * const *argv,
|
||||
<p>
|
||||
This non-standard interface is included as a official NuttX API only because it is needed in certain build modes: <code>exec()</code> is probably the only want to load programs in the PROTECTED mode. Other file execution APIs rely on a symbol table provided by the OS. In the PROTECTED build mode, the OS cannot provide any meaningful symbolic information for execution of code in the user-space blob so that is the <code>exec()</code> function is really needed in that build case
|
||||
</p>
|
||||
The interface is available in the FLAT build mode although it is not really necessary in that case. It is currently used by some example code under the <code>apps/</code> that that generate their own symbol tables for linking test programs. So althought it is not necessary, it can still be useful.
|
||||
The interface is available in the FLAT build mode although it is not really necessary in that case. It is currently used by some example code under the <code>apps/</code> that that generate their own symbol tables for linking test programs. So although it is not necessary, it can still be useful.
|
||||
</p>
|
||||
<p>
|
||||
The interface would be completely useless and will not be supported in the KERNEL build mode where the contrary is true: An application process cannot provide any meaning symbolic information for use in linking a different process.
|
||||
|
||||
Reference in New Issue
Block a user