repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move msghdr and cmsghdr out of bits/socket.h
[musl.git]
/
src
/
internal
/
libc.c
blob
cb05181084a57ab5cc8772b31edb75ffd0279d1c
1
#include
"libc.h"
2
3
struct
__libc __libc
;
4
5
size_t
__hwcap
;
6
char
*
__progname
=
0
, *
__progname_full
=
0
;
7
8
weak_alias
(
__progname
,
program_invocation_short_name
);
9
weak_alias
(
__progname_full
,
program_invocation_name
);