Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: fusl/src/internal/libc.c

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fusl/src/internal/libc.h ('k') | fusl/src/internal/libm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/internal/libc.c
diff --git a/fusl/src/internal/libc.c b/fusl/src/internal/libc.c
new file mode 100644
index 0000000000000000000000000000000000000000..2e10942df1b7fc3fa5745451fcf5732a45eadd89
--- /dev/null
+++ b/fusl/src/internal/libc.c
@@ -0,0 +1,10 @@
+#include "libc.h"
+
+struct __libc __libc;
+
+size_t __hwcap;
+size_t __sysinfo;
+char *__progname=0, *__progname_full=0;
+
+weak_alias(__progname, program_invocation_short_name);
+weak_alias(__progname_full, program_invocation_name);
« no previous file with comments | « fusl/src/internal/libc.h ('k') | fusl/src/internal/libm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698