diff --git a/ChangeLog b/ChangeLog index 7d88af34bec..020c83e0239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1628,3 +1628,8 @@ the named app's /bin directory. * lib/: Move all source files into a subdirectory of lib/ named after the header file in which the library function is prototyped. + * sched/ and lib/pthread/: Move pthread attribute-related interfaces + from sched/ to lib/pthread where they more appropriately belong. + * sched/ and lib/semaphore/: Move some semaphore-related interfaces + from sched/ to lib/pthread where they more appropriately belong. + * syscall/: The beginnings of an options syscall interface. diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 9aca6c345ac..285d274b5d6 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -916,7 +916,7 @@ include/