Cleanup of time related functions - ready for test
The current oscam-time.c has some dead parts, including handling any other clocks than realtime.
- remove unneeded part of code
- fix implementation of sleep when signal arrives - wait exactly a requested time
- assume libc is not stripped on x86 and arm devices (should it be our problem to implement stripped functions? static build is a better option in such case)