From 4d7b338178eb9975c7809c4e2a25b018ad20d1f1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 26 Aug 2014 12:16:05 -0600 Subject: [PATCH] Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments so that can be used for other purposes --- Documentation/NuttxPortingGuide.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index ec36ac4d116..88155b8cadb 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -112,7 +112,7 @@ 4.4.4 up_addrenv_vdata()
4.4.5 up_addrenv_select()
4.4.6 up_addrenv_restore()
- 4.4.7 up_addrenv_assign()
+ 4.4.7 up_addrenv_clone()
4.4.8 up_addrenv_attach()
4.4.9 up_addrenv_detach() @@ -2960,8 +2960,8 @@ VxWorks provides the following comparable interface: Restore an address environment.
  • - 4.4.7 up_addrenv_assign(): - Assign an address environment to a thread. + 4.4.7 up_addrenv_clone(): + Copy an address environment from one location to another.
  • @@ -2969,7 +2969,7 @@ VxWorks provides the following comparable interface:

    Tasking Support. Other interfaces must be provided to support higher-level interfaces used by the NuttX tasking logic. - These interfaces are* used by the functions in sched/ and all operate on the task group which as been assigned an address environment by up_addrenv_assign(). + These interfaces are* used by the functions in sched/ and all operate on the task group which as been assigned an address environment by up_addrenv_clone().

    -

    4.4.7 up_addrenv_assign()

    +

    4.4.7 up_addrenv_clone()

    Function Prototype:

    Description:

    Input Parameters:

    Returned Value: