-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper system clocks #120
Comments
Where was CLOCK_MONOTONIC supposed to be defined in kernel space? I had to add an explicit define in |
Time.h is nowhere to be found in kernel code. Is it a libc include? Libc include are ignored in kernel, as we compile with nostdinc. |
it is in newlib. that flag seems gone, compiles and works fine this way. i agree we should split it off to frosted-headers though and include that both ways. |
The stdinc problem is not only related to this. This issue can be closed, but the problem persists until we fix #121 Thanks |
The text was updated successfully, but these errors were encountered: