From 66ed96432d7d27f4bb321166538a1b71c277d154 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 24 Mar 2007 15:57:35 +0000 Subject: updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@143 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 96a92e30f..7cbf2249b 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -80,6 +80,11 @@ * added pthread_barrierattr_*() APIs * added pthread_barrier_init(), pthread_barrier_destroy(), and pthread_barrier_wait(); + * Added protection so that errno cannot be modified from + interrupt handling. + * sched_setparam(), sched_setscheduler() now correctly set + errno; pthread_setscheduler() now returns the correct errno. + * Added pthread_setschedprio(). * Started m68322 -- cgit v1.2.3