Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
musl
/
src
/
internal
/
libc.c
blob: 2e10942df1b7fc3fa5745451fcf5732a45eadd89 [
file
] [
log
] [
blame
]
#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
);