commit | e689277dd5da17a4b3330521a8c117378e3de77a | [log] [tgz] |
---|---|---|
author | Julien D'Ascenzio <julien.dascenzio@paratronic.fr> | Tue Mar 24 08:10:56 2020 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Apr 17 08:08:37 2020 -0400 |
tree | 0d43d6f8eb3dea431ca1e1f1551f9c233963e64a | |
parent | bf2dccb0ebf1671699f6663adc5e9fecad311105 [diff] |
lib: posix: clock: Turn clock_gettime into system call Fix thread fault, on user mode, when reading variable rt_clock_base. For the moment, clock_settime is left without system call: we don't want to expose clock_settime without figuring out access control Signed-off-by: Julien D'Ascenzio <julien.dascenzio@paratronic.fr>