123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- # We want musl to resolve itself without these sysincls, but its test must have them
- - source_filter: "^(?!contrib/libs/musl).*|^contrib/libs/musl/tests"
- includes:
- - a.out.h
- - aio.h
- - aliases.h
- - alloca.h
- - ar.h
- - argp.h
- - argz.h
- - arpa/inet.h
- - arpa/nameser_compat.h
- - arpa/nameser.h
- - arpa/telnet.h
- - arpa/tftp.h
- - assert.h
- - bits/endian.h
- - bits/fenv.h
- - bits/types.h
- - bits/wordsize.h
- - byteswap.h
- - cpio.h
- - crypt.h
- - dirent.h
- - dlfcn.h
- - elf.h
- - endian.h
- - err.h
- - error.h
- - execinfo.h
- - fcntl.h
- - features.h
- - fenv.h
- - fmtmsg.h
- - fnmatch.h
- - fpu_control.h
- - fstab.h
- - fts.h
- - ftw.h
- - gconv.h
- - getopt.h
- - glob.h
- - gnu-versions.h
- - gnu/libc-version.h
- - grp.h
- - gshadow.h
- - iconv.h
- - ieee754.h
- - ifaddrs.h
- - iso646.h
- - langinfo.h
- - lastlog.h
- - libgen.h
- - libintl.h
- - link.h
- - malloc.h
- - mcheck.h
- - memory.h
- - mntent.h
- - monetary.h
- - mqueue.h
- - netdb.h
- - net/ethernet.h
- - net/if_arp.h
- - net/if_ppp.h
- - net/if.h
- - netash/ash.h
- - netatalk/at.h
- - netax25/ax25.h
- - neteconet/ec.h
- - netinet/ether.h
- - netinet/icmp6.h
- - netinet/if_ether.h
- - netinet/igmp.h
- - netinet/in.h
- - netinet/in_systm.h
- - netinet/ip6.h
- - netinet/ip.h
- - netinet/ip_icmp.h
- - netinet/tcp.h
- - netinet/udp.h
- - netipx/ipx.h
- - netpacket/packet.h
- - netrom/netrom.h
- - netrose/rose.h
- - net/route.h
- - nl_types.h
- - nss.h
- - obstack.h
- - paths.h
- - poll.h
- - printf.h
- - pthread.h
- - pty.h
- - pwd.h
- - regex.h
- - regexp.h
- - resolv.h
- - rpcsvc/yp_prot.h
- - rpcsvc/ypclnt.h
- - sched.h
- - scsi/scsi.h
- - search.h
- - semaphore.h
- - sgtty.h
- - shadow.h
- - signal.h
- - spawn.h
- - stdalign.h
- - stdarg.h
- - stdatomic.h
- - stdio_ext.h
- - stdint.h
- - stdnoreturn.h
- - strings.h
- - stropts.h
- - sys/acct.h
- - sys/auxv.h
- - sys/bitypes.h
- - sys/cachectl.h
- - sys/cdefs.h
- - syscall.h
- - sys/dir.h
- - sys/epoll.h
- - sys/errno.h
- - sys/eventfd.h
- - sysexits.h
- - sys/fcntl.h
- - sys/file.h
- - sys/fsuid.h
- - sys/inotify.h
- - sys/ioctl.h
- - sys/io.h
- - sys/ipc.h
- - sys/kd.h
- - syslog.h
- - sys/mman.h
- - sys/mount.h
- - sys/msg.h
- - sys/mtio.h
- - sys/param.h
- - sys/personality.h
- - sys/platform/ppc.h
- - sys/poll.h
- - sys/prctl.h
- - sys/procfs.h
- - sys/ptrace.h
- - sys/queue.h
- - sys/quota.h
- - sys/reboot.h
- - sys/resource.h
- - sys/select.h
- - sys/sem.h
- - sys/sendfile.h
- - sys/shm.h
- - sys/signalfd.h
- - sys/signal.h
- - sys/socket.h
- - sys/socketvar.h
- - sys/soundcard.h
- - sys/statfs.h
- - sys/stat.h
- - sys/statvfs.h
- - sys/stropts.h
- - sys/syscall.h
- - sys/sysctl.h
- - sys/sysinfo.h
- - sys/syslog.h
- - sys/sysmacros.h
- - sys/termios.h
- - sys/timeb.h
- - sys/time.h
- - sys/timerfd.h
- - sys/times.h
- - sys/timex.h
- - sys/ttydefaults.h
- - sys/types.h
- - sys/ucontext.h
- - sys/uio.h
- - sys/un.h
- - sys/unistd.h
- - sys/user.h
- - sys/utsname.h
- - sys/vfs.h
- - sys/vt.h
- - sys/wait.h
- - sys/xattr.h
- - tar.h
- - termio.h
- - termios.h
- - threads.h
- - time.h
- - ttyent.h
- - uchar.h
- - ucontext.h
- - ulimit.h
- - unistd.h
- - utime.h
- - utmp.h
- - utmpx.h
- - values.h
- - wait.h
- - wordexp.h
- - xlocale.h
- # These are musl-libc specific includes not present in glibc.
- # They are used by libcxxabi at the time, hence they should resolve to nothing in glibc-specific build
- - includes:
- - bits/alltypes.h
|