forked from LemonOSProject/LemonOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule LibC
updated
12 files
+13 −2 | meson.build | |
+1 −0 | meson_options.txt | |
+1 −0 | mlibc-config.h.in | |
+474 −11 | options/ansi/generic/time-stubs.cpp | |
+0 −0 | options/crypt/generic/crypt-stubs.cpp | |
+0 −0 | options/crypt/include/crypt.h | |
+13 −0 | options/crypt/meson.build | |
+13 −5 | options/posix/generic/unistd-stubs.cpp | |
+11 −2 | options/posix/include/unistd.h | |
+0 −2 | options/posix/meson.build | |
+90 −0 | tests/ansi/time.c | |
+2 −1 | tests/meson.build |