We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By removing dependency from stdinc/stdlib, we ensure that the kernel does not depend on any external component to build.
Steps:
-nostdlib
-nostdinc
stdint.h
stddef.h
sys/time.h
The text was updated successfully, but these errors were encountered:
Ensured nostdlib in kernel compile, removed two unused header files
d4bc2f3
(#121)
added include/time.h for shared CLOCK_* constants, insane-adding-mach…
8da817e
…ines/frosted#121
moved newlibs include/time.h to here, insane-adding-machines/frosted#121
795d8d8
brabo
danielinux
No branches or pull requests
By removing dependency from stdinc/stdlib, we ensure that the kernel does not depend on any external component to build.
Steps:
-nostdlib
-nostdinc
stdint.h
,stddef.h
sys/time.h
)The text was updated successfully, but these errors were encountered: