zig/lib/libc/include/generic-musl
Isaac Freund f4131cf8a6
musl: update to 1.2.3
This was a bit trickier than it should be due to symbol conflicts with
zig's compiler-rt implementation. We attempt to use weak linkage in
our compiler-rt, but this does not seem to be working in all cases. I
manually disabled export of the problematic compiler-rt math functions
in order to cross compile musl's libc.so for all targets as input to
`tools/gen_stubs.zig`.

Other than that, this update went fairly smoothly. Quite a few
additional symbols were added to the blacklist in `tools/gen_stubs.zig`
due to recent reorganization of zig's compiler-rt.
2022-05-04 01:00:57 +02:00
..
arpa update musl headers to 1.2.1 2020-11-06 13:53:47 -07:00
bits add m68k musl (1.2.2) headers 2021-08-16 01:40:27 -07:00
net
netinet musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
netpacket update musl headers to musl v1.1.23 2019-07-16 19:02:51 -04:00
scsi update musl headers to musl v1.1.23 2019-07-16 19:02:51 -04:00
sys musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
aio.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
alloca.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
ar.h
assert.h
byteswap.h
complex.h
cpio.h
crypt.h
ctype.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
dirent.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
dlfcn.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
elf.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
endian.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
err.h
errno.h
fcntl.h update musl headers to v1.1.24 2019-10-17 11:47:57 -04:00
features.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
fenv.h
float.h
fmtmsg.h
fnmatch.h
ftw.h
getopt.h
glob.h update musl headers to v1.1.24 2019-10-17 11:47:57 -04:00
grp.h
iconv.h
ifaddrs.h
inttypes.h
iso646.h
langinfo.h
lastlog.h
libgen.h
libintl.h
limits.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
link.h
locale.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
malloc.h
math.h update musl headers to musl v1.1.23 2019-07-16 19:02:51 -04:00
memory.h
mntent.h
monetary.h
mqueue.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
netdb.h
nl_types.h
paths.h
poll.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
pthread.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
pty.h
pwd.h
regex.h
resolv.h
sched.h musl: update to 1.2.2 2021-02-10 11:50:55 -08:00
search.h
semaphore.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
setjmp.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
shadow.h
signal.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
spawn.h update musl headers to v1.1.24 2019-10-17 11:47:57 -04:00
stdalign.h
stdarg.h
stdbool.h
stdc-predef.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
stddef.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
stdint.h
stdio.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
stdio_ext.h
stdlib.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
stdnoreturn.h
string.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
strings.h
stropts.h
syscall.h
sysexits.h
syslog.h
tar.h update musl headers to musl v1.1.23 2019-07-16 19:02:51 -04:00
termios.h musl: update to 1.2.2 2021-02-10 11:50:55 -08:00
tgmath.h
threads.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
time.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
uchar.h
ucontext.h update musl headers to musl v1.1.23 2019-07-16 19:02:51 -04:00
ulimit.h
unistd.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
utime.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
utmp.h
utmpx.h update musl headers to v1.2.0 2020-03-12 16:26:14 -04:00
values.h
wait.h
wchar.h musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
wctype.h
wordexp.h