os_core: linux port for memory, thread info, filesystem apis

This commit is contained in:
Ryan Fleury
2024-07-16 13:24:54 -07:00
parent 1b74fb0760
commit 3cc51038df
42 changed files with 17931 additions and 17128 deletions
-1
View File
@@ -101,7 +101,6 @@
#elif COMPILER_GCC
# define AlignOf(T) __alignof__(T)
#else
#else
# error AlignOf not defined for this compiler.
#endif