Skip to content
Snippets Groups Projects
Commit 55ba5f8f authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update ChangeLog

parent 9095e8ea
No related branches found
No related tags found
No related merge requests found
......@@ -10756,4 +10756,8 @@
planned scheduling policies (2015-07-23).
* pthread_create: Fix an (unlikely) error in fallback value in the
event of a failure (which should never occur) (2015-07-23).
* include/, sched/, and libc/: Add support for sporadic scheduling parameters in struct sched_param, posix_spawnattr_t, and pthread_attr_t. Update all user interfaces to pass sporadic scheduling parameters. Feature is dependent on EXPERIMENTAL and no changes have yet been made to core scheduling logic (2015-07-23).
* include/, sched/, and libc/: Add support for sporadic scheduling
parameters in struct sched_param, posix_spawnattr_t, and pthread_attr_t.
Update all user interfaces to pass sporadic scheduling parameters.
Feature is dependent on EXPERIMENTAL and no changes have yet been
made to core scheduling logic (2015-07-23).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment