Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2023 04:20:43 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4025b5b527c8 - stable/14 - libc: Purge unneeded cdefs.h
Message-ID:  <202311270420.3AR4KhvM059337@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=4025b5b527c870cf095ac9531764f4e4d3feaec2

commit 4025b5b527c870cf095ac9531764f4e4d3feaec2
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-11-01 22:43:37 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-11-27 04:20:09 +0000

    libc: Purge unneeded cdefs.h
    
    These sys/cdefs.h are not needed. Purge them. They are mostly left-over
    from the $FreeBSD$ removal. A few in libc are still required for macros
    that cdefs.h defines. Keep those.
    
    Sponsored by:           Netflix
    Differential Revision:  https://reviews.freebsd.org/D42385
    
    (cherry picked from commit 559a218c9b257775fb249b67945fe4a05b7a6b9f)
---
 lib/libc/aarch64/gen/flt_rounds.c                     | 1 -
 lib/libc/aarch64/gen/fpgetmask.c                      | 1 -
 lib/libc/aarch64/gen/fpsetmask.c                      | 1 -
 lib/libc/aarch64/gen/infinity.c                       | 1 -
 lib/libc/aarch64/gen/makecontext.c                    | 1 -
 lib/libc/aarch64/sys/__vdso_gettc.c                   | 1 -
 lib/libc/amd64/gen/flt_rounds.c                       | 1 -
 lib/libc/amd64/gen/infinity.c                         | 1 -
 lib/libc/amd64/gen/makecontext.c                      | 1 -
 lib/libc/amd64/gen/signalcontext.c                    | 1 -
 lib/libc/amd64/string/bcopy.c                         | 1 -
 lib/libc/amd64/string/bzero.c                         | 1 -
 lib/libc/amd64/string/strcpy.c                        | 1 -
 lib/libc/amd64/string/strnlen.c                       | 1 -
 lib/libc/amd64/sys/amd64_get_fsbase.c                 | 1 -
 lib/libc/amd64/sys/amd64_get_gsbase.c                 | 1 -
 lib/libc/amd64/sys/amd64_set_fsbase.c                 | 1 -
 lib/libc/amd64/sys/amd64_set_gsbase.c                 | 1 -
 lib/libc/arm/aeabi/aeabi_atexit.c                     | 1 -
 lib/libc/arm/aeabi/aeabi_double.c                     | 1 -
 lib/libc/arm/aeabi/aeabi_float.c                      | 1 -
 lib/libc/arm/aeabi/aeabi_unwind_cpp.c                 | 1 -
 lib/libc/arm/aeabi/aeabi_unwind_exidx.c               | 1 -
 lib/libc/arm/gen/arm_drain_writebuf.c                 | 1 -
 lib/libc/arm/gen/arm_initfini.c                       | 1 -
 lib/libc/arm/gen/arm_sync_icache.c                    | 1 -
 lib/libc/arm/gen/fabs.c                               | 1 -
 lib/libc/arm/gen/flt_rounds.c                         | 1 -
 lib/libc/arm/gen/fpgetmask_vfp.c                      | 1 -
 lib/libc/arm/gen/fpgetround_vfp.c                     | 1 -
 lib/libc/arm/gen/fpgetsticky_vfp.c                    | 1 -
 lib/libc/arm/gen/fpsetmask_vfp.c                      | 1 -
 lib/libc/arm/gen/fpsetround_vfp.c                     | 1 -
 lib/libc/arm/gen/fpsetsticky_vfp.c                    | 1 -
 lib/libc/arm/gen/getcontextx.c                        | 1 -
 lib/libc/arm/gen/infinity.c                           | 1 -
 lib/libc/arm/gen/makecontext.c                        | 1 -
 lib/libc/arm/gen/signalcontext.c                      | 1 -
 lib/libc/arm/sys/__vdso_gettc.c                       | 1 -
 lib/libc/compat-43/creat.c                            | 1 -
 lib/libc/compat-43/gethostid.c                        | 1 -
 lib/libc/compat-43/getwd.c                            | 1 -
 lib/libc/compat-43/killpg.c                           | 1 -
 lib/libc/compat-43/sethostid.c                        | 1 -
 lib/libc/compat-43/setpgrp.c                          | 1 -
 lib/libc/compat-43/setrgid.c                          | 1 -
 lib/libc/compat-43/setruid.c                          | 1 -
 lib/libc/compat-43/sigcompat.c                        | 1 -
 lib/libc/csu/aarch64/reloc.c                          | 1 -
 lib/libc/csu/amd64/reloc.c                            | 1 -
 lib/libc/csu/i386/reloc.c                             | 1 -
 lib/libc/csu/powerpc64/reloc.c                        | 1 -
 lib/libc/db/btree/bt_close.c                          | 1 -
 lib/libc/db/btree/bt_conv.c                           | 1 -
 lib/libc/db/btree/bt_debug.c                          | 1 -
 lib/libc/db/btree/bt_delete.c                         | 1 -
 lib/libc/db/btree/bt_get.c                            | 1 -
 lib/libc/db/btree/bt_open.c                           | 1 -
 lib/libc/db/btree/bt_overflow.c                       | 1 -
 lib/libc/db/btree/bt_page.c                           | 1 -
 lib/libc/db/btree/bt_put.c                            | 1 -
 lib/libc/db/btree/bt_search.c                         | 1 -
 lib/libc/db/btree/bt_seq.c                            | 1 -
 lib/libc/db/btree/bt_split.c                          | 1 -
 lib/libc/db/btree/bt_utils.c                          | 1 -
 lib/libc/db/db/db.c                                   | 1 -
 lib/libc/db/hash/hash.c                               | 1 -
 lib/libc/db/hash/hash_bigkey.c                        | 1 -
 lib/libc/db/hash/hash_buf.c                           | 1 -
 lib/libc/db/hash/hash_func.c                          | 1 -
 lib/libc/db/hash/hash_log2.c                          | 1 -
 lib/libc/db/hash/hash_page.c                          | 1 -
 lib/libc/db/hash/ndbm.c                               | 1 -
 lib/libc/db/mpool/mpool-compat.c                      | 1 -
 lib/libc/db/mpool/mpool.c                             | 1 -
 lib/libc/db/recno/rec_close.c                         | 1 -
 lib/libc/db/recno/rec_delete.c                        | 1 -
 lib/libc/db/recno/rec_get.c                           | 1 -
 lib/libc/db/recno/rec_open.c                          | 1 -
 lib/libc/db/recno/rec_put.c                           | 1 -
 lib/libc/db/recno/rec_search.c                        | 1 -
 lib/libc/db/recno/rec_utils.c                         | 1 -
 lib/libc/db/test/btree.tests/main.c                   | 1 -
 lib/libc/db/test/dbtest.c                             | 1 -
 lib/libc/db/test/hash.tests/driver2.c                 | 1 -
 lib/libc/db/test/hash.tests/tcreat3.c                 | 1 -
 lib/libc/db/test/hash.tests/tdel.c                    | 1 -
 lib/libc/db/test/hash.tests/thash4.c                  | 1 -
 lib/libc/db/test/hash.tests/tread2.c                  | 1 -
 lib/libc/db/test/hash.tests/tseq.c                    | 1 -
 lib/libc/db/test/hash.tests/tverify.c                 | 1 -
 lib/libc/gdtoa/_hdtoa.c                               | 1 -
 lib/libc/gdtoa/_hldtoa.c                              | 1 -
 lib/libc/gdtoa/_ldtoa.c                               | 1 -
 lib/libc/gdtoa/machdep_ldisQ.c                        | 1 -
 lib/libc/gdtoa/machdep_ldisd.c                        | 1 -
 lib/libc/gdtoa/machdep_ldisx.c                        | 1 -
 lib/libc/gen/__getosreldate.c                         | 1 -
 lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c    | 1 -
 lib/libc/gen/__xuname.c                               | 1 -
 lib/libc/gen/_once_stub.c                             | 1 -
 lib/libc/gen/_pthread_stubs.c                         | 1 -
 lib/libc/gen/_rand48.c                                | 1 -
 lib/libc/gen/_spinlock_stub.c                         | 1 -
 lib/libc/gen/_thread_init.c                           | 1 -
 lib/libc/gen/arc4random-compat.c                      | 1 -
 lib/libc/gen/arc4random.c                             | 1 -
 lib/libc/gen/auxv.c                                   | 1 -
 lib/libc/gen/basename.c                               | 1 -
 lib/libc/gen/basename_compat.c                        | 1 -
 lib/libc/gen/cap_sandboxed.c                          | 1 -
 lib/libc/gen/check_utility_compat.c                   | 1 -
 lib/libc/gen/clock_getcpuclockid.c                    | 1 -
 lib/libc/gen/ctermid.c                                | 1 -
 lib/libc/gen/devname-compat11.c                       | 1 -
 lib/libc/gen/dirfd.c                                  | 1 -
 lib/libc/gen/dirname.c                                | 1 -
 lib/libc/gen/dirname_compat.c                         | 1 -
 lib/libc/gen/dlfcn.c                                  | 1 -
 lib/libc/gen/drand48.c                                | 1 -
 lib/libc/gen/dup3.c                                   | 1 -
 lib/libc/gen/erand48.c                                | 1 -
 lib/libc/gen/errno.c                                  | 1 -
 lib/libc/gen/eventfd.c                                | 1 -
 lib/libc/gen/exect.c                                  | 1 -
 lib/libc/gen/fdevname.c                               | 1 -
 lib/libc/gen/feature_present.c                        | 1 -
 lib/libc/gen/fmtcheck.c                               | 1 -
 lib/libc/gen/fmtmsg.c                                 | 1 -
 lib/libc/gen/ftok.c                                   | 1 -
 lib/libc/gen/fts-compat.c                             | 1 -
 lib/libc/gen/fts-compat11.c                           | 1 -
 lib/libc/gen/ftw-compat11.c                           | 1 -
 lib/libc/gen/ftw.c                                    | 1 -
 lib/libc/gen/getbootfile.c                            | 1 -
 lib/libc/gen/getentropy.c                             | 1 -
 lib/libc/gen/getgrent.c                               | 1 -
 lib/libc/gen/getmntinfo-compat11.c                    | 1 -
 lib/libc/gen/getpagesizes.c                           | 1 -
 lib/libc/gen/getpeereid.c                             | 1 -
 lib/libc/gen/getprogname.c                            | 1 -
 lib/libc/gen/getpwent.c                               | 1 -
 lib/libc/gen/getutxent.c                              | 1 -
 lib/libc/gen/glob-compat11.c                          | 1 -
 lib/libc/gen/glob-compat11.h                          | 1 -
 lib/libc/gen/jrand48.c                                | 1 -
 lib/libc/gen/lcong48.c                                | 1 -
 lib/libc/gen/ldexp.c                                  | 1 -
 lib/libc/gen/libc_dlopen.c                            | 1 -
 lib/libc/gen/lockf.c                                  | 1 -
 lib/libc/gen/lrand48.c                                | 1 -
 lib/libc/gen/memalign.c                               | 1 -
 lib/libc/gen/modf.c                                   | 1 -
 lib/libc/gen/mrand48.c                                | 1 -
 lib/libc/gen/nftw-compat11.c                          | 1 -
 lib/libc/gen/nftw.c                                   | 1 -
 lib/libc/gen/nrand48.c                                | 1 -
 lib/libc/gen/pmadvise.c                               | 1 -
 lib/libc/gen/posix_spawn.c                            | 1 -
 lib/libc/gen/pututxline.c                             | 1 -
 lib/libc/gen/readdir-compat11.c                       | 1 -
 lib/libc/gen/readpassphrase.c                         | 1 -
 lib/libc/gen/recvmmsg.c                               | 1 -
 lib/libc/gen/scandir-compat11.c                       | 1 -
 lib/libc/gen/seed48.c                                 | 1 -
 lib/libc/gen/semctl.c                                 | 1 -
 lib/libc/gen/sendmmsg.c                               | 1 -
 lib/libc/gen/setproctitle.c                           | 1 -
 lib/libc/gen/setprogname.c                            | 1 -
 lib/libc/gen/statvfs.c                                | 1 -
 lib/libc/gen/sysctlbyname.c                           | 1 -
 lib/libc/gen/sysctlnametomib.c                        | 1 -
 lib/libc/gen/tls.c                                    | 1 -
 lib/libc/gen/trivial-getcontextx.c                    | 1 -
 lib/libc/gen/utxdb.c                                  | 1 -
 lib/libc/gen/waitid.c                                 | 1 -
 lib/libc/gen/wordexp.c                                | 1 -
 lib/libc/gmon/gmon.c                                  | 1 -
 lib/libc/gmon/mcount.c                                | 1 -
 lib/libc/i386/gen/flt_rounds.c                        | 1 -
 lib/libc/i386/gen/infinity.c                          | 1 -
 lib/libc/i386/gen/makecontext.c                       | 1 -
 lib/libc/i386/gen/signalcontext.c                     | 1 -
 lib/libc/i386/sys/i386_clr_watch.c                    | 1 -
 lib/libc/i386/sys/i386_get_fsbase.c                   | 1 -
 lib/libc/i386/sys/i386_get_gsbase.c                   | 1 -
 lib/libc/i386/sys/i386_get_ioperm.c                   | 1 -
 lib/libc/i386/sys/i386_get_ldt.c                      | 1 -
 lib/libc/i386/sys/i386_set_fsbase.c                   | 1 -
 lib/libc/i386/sys/i386_set_gsbase.c                   | 1 -
 lib/libc/i386/sys/i386_set_ioperm.c                   | 1 -
 lib/libc/i386/sys/i386_set_ldt.c                      | 1 -
 lib/libc/i386/sys/i386_set_watch.c                    | 1 -
 lib/libc/i386/sys/i386_vm86.c                         | 1 -
 lib/libc/iconv/bsd_iconv.c                            | 1 -
 lib/libc/iconv/citrus_bcs.c                           | 1 -
 lib/libc/iconv/citrus_bcs_strtol.c                    | 1 -
 lib/libc/iconv/citrus_bcs_strtoul.c                   | 1 -
 lib/libc/iconv/citrus_csmapper.c                      | 1 -
 lib/libc/iconv/citrus_db.c                            | 1 -
 lib/libc/iconv/citrus_db_factory.c                    | 1 -
 lib/libc/iconv/citrus_db_hash.c                       | 1 -
 lib/libc/iconv/citrus_esdb.c                          | 1 -
 lib/libc/iconv/citrus_hash.c                          | 1 -
 lib/libc/iconv/citrus_iconv.c                         | 1 -
 lib/libc/iconv/citrus_lookup.c                        | 1 -
 lib/libc/iconv/citrus_lookup_factory.c                | 1 -
 lib/libc/iconv/citrus_mapper.c                        | 1 -
 lib/libc/iconv/citrus_memstream.c                     | 1 -
 lib/libc/iconv/citrus_mmap.c                          | 1 -
 lib/libc/iconv/citrus_module.c                        | 1 -
 lib/libc/iconv/citrus_none.c                          | 1 -
 lib/libc/iconv/citrus_pivot_factory.c                 | 1 -
 lib/libc/iconv/citrus_prop.c                          | 1 -
 lib/libc/iconv/citrus_stdenc.c                        | 1 -
 lib/libc/include/errlst.h                             | 1 -
 lib/libc/include/spinlock.h                           | 1 -
 lib/libc/inet/inet_addr.c                             | 1 -
 lib/libc/inet/inet_cidr_ntop.c                        | 1 -
 lib/libc/inet/inet_cidr_pton.c                        | 1 -
 lib/libc/inet/inet_lnaof.c                            | 1 -
 lib/libc/inet/inet_makeaddr.c                         | 1 -
 lib/libc/inet/inet_net_ntop.c                         | 1 -
 lib/libc/inet/inet_net_pton.c                         | 1 -
 lib/libc/inet/inet_neta.c                             | 1 -
 lib/libc/inet/inet_netof.c                            | 1 -
 lib/libc/inet/inet_network.c                          | 1 -
 lib/libc/inet/inet_ntoa.c                             | 1 -
 lib/libc/inet/inet_ntop.c                             | 1 -
 lib/libc/inet/inet_pton.c                             | 1 -
 lib/libc/inet/nsap_addr.c                             | 1 -
 lib/libc/isc/ev_streams.c                             | 1 -
 lib/libc/isc/ev_timers.c                              | 1 -
 lib/libc/locale/ascii.c                               | 1 -
 lib/libc/locale/big5.c                                | 1 -
 lib/libc/locale/btowc.c                               | 1 -
 lib/libc/locale/c16rtomb.c                            | 1 -
 lib/libc/locale/c32rtomb.c                            | 1 -
 lib/libc/locale/cXXrtomb_iconv.h                      | 1 -
 lib/libc/locale/collate.c                             | 1 -
 lib/libc/locale/collate.h                             | 1 -
 lib/libc/locale/collcmp.c                             | 1 -
 lib/libc/locale/fix_grouping.c                        | 1 -
 lib/libc/locale/gbk.c                                 | 1 -
 lib/libc/locale/isctype.c                             | 1 -
 lib/libc/locale/iswctype.c                            | 1 -
 lib/libc/locale/ldpart.c                              | 1 -
 lib/libc/locale/lmessages.c                           | 1 -
 lib/libc/locale/lmonetary.c                           | 1 -
 lib/libc/locale/lnumeric.c                            | 1 -
 lib/libc/locale/localeconv.c                          | 1 -
 lib/libc/locale/mblen.c                               | 1 -
 lib/libc/locale/mbrlen.c                              | 1 -
 lib/libc/locale/mbrtoc16.c                            | 1 -
 lib/libc/locale/mbrtoc32.c                            | 1 -
 lib/libc/locale/mbrtocXX_iconv.h                      | 1 -
 lib/libc/locale/mbrtowc.c                             | 1 -
 lib/libc/locale/mbsinit.c                             | 1 -
 lib/libc/locale/mbsnrtowcs.c                          | 1 -
 lib/libc/locale/mbsrtowcs.c                           | 1 -
 lib/libc/locale/mbstowcs.c                            | 1 -
 lib/libc/locale/mbtowc.c                              | 1 -
 lib/libc/locale/mskanji.c                             | 1 -
 lib/libc/locale/nextwctype.c                          | 1 -
 lib/libc/locale/nl_langinfo.c                         | 1 -
 lib/libc/locale/nomacros.c                            | 1 -
 lib/libc/locale/none.c                                | 1 -
 lib/libc/locale/rpmatch.c                             | 1 -
 lib/libc/locale/rune.c                                | 1 -
 lib/libc/locale/runetype.c                            | 1 -
 lib/libc/locale/setlocale.c                           | 1 -
 lib/libc/locale/setrunelocale.c                       | 1 -
 lib/libc/locale/table.c                               | 1 -
 lib/libc/locale/tolower.c                             | 1 -
 lib/libc/locale/toupper.c                             | 1 -
 lib/libc/locale/wcrtomb.c                             | 1 -
 lib/libc/locale/wcsftime.c                            | 1 -
 lib/libc/locale/wcsnrtombs.c                          | 1 -
 lib/libc/locale/wcsrtombs.c                           | 1 -
 lib/libc/locale/wcstod.c                              | 1 -
 lib/libc/locale/wcstof.c                              | 1 -
 lib/libc/locale/wcstoimax.c                           | 1 -
 lib/libc/locale/wcstol.c                              | 1 -
 lib/libc/locale/wcstold.c                             | 1 -
 lib/libc/locale/wcstoll.c                             | 1 -
 lib/libc/locale/wcstombs.c                            | 1 -
 lib/libc/locale/wcstoul.c                             | 1 -
 lib/libc/locale/wcstoull.c                            | 1 -
 lib/libc/locale/wcstoumax.c                           | 1 -
 lib/libc/locale/wctob.c                               | 1 -
 lib/libc/locale/wctomb.c                              | 1 -
 lib/libc/locale/wctrans.c                             | 1 -
 lib/libc/locale/wctype.c                              | 1 -
 lib/libc/locale/wcwidth.c                             | 1 -
 lib/libc/nameser/ns_name.c                            | 1 -
 lib/libc/nameser/ns_netint.c                          | 1 -
 lib/libc/nameser/ns_parse.c                           | 1 -
 lib/libc/nameser/ns_print.c                           | 1 -
 lib/libc/nameser/ns_samedomain.c                      | 1 -
 lib/libc/nameser/ns_ttl.c                             | 1 -
 lib/libc/net/base64.c                                 | 1 -
 lib/libc/net/ether_addr.c                             | 1 -
 lib/libc/net/eui64.c                                  | 1 -
 lib/libc/net/gai_strerror.c                           | 1 -
 lib/libc/net/getaddrinfo.c                            | 1 -
 lib/libc/net/gethostbydns.c                           | 1 -
 lib/libc/net/gethostbyht.c                            | 1 -
 lib/libc/net/gethostbynis.c                           | 1 -
 lib/libc/net/gethostnamadr.c                          | 1 -
 lib/libc/net/getifaddrs.c                             | 1 -
 lib/libc/net/getifmaddrs.c                            | 1 -
 lib/libc/net/getnameinfo.c                            | 1 -
 lib/libc/net/getnetbydns.c                            | 1 -
 lib/libc/net/getnetbyht.c                             | 1 -
 lib/libc/net/getnetbynis.c                            | 1 -
 lib/libc/net/getnetnamadr.c                           | 1 -
 lib/libc/net/getproto.c                               | 1 -
 lib/libc/net/getprotoent.c                            | 1 -
 lib/libc/net/getprotoname.c                           | 1 -
 lib/libc/net/getservent.c                             | 1 -
 lib/libc/net/hesiod.c                                 | 2 --
 lib/libc/net/if_indextoname.c                         | 1 -
 lib/libc/net/if_nameindex.c                           | 1 -
 lib/libc/net/if_nametoindex.c                         | 1 -
 lib/libc/net/ip6opt.c                                 | 1 -
 lib/libc/net/linkaddr.c                               | 1 -
 lib/libc/net/map_v4v6.c                               | 1 -
 lib/libc/net/name6.c                                  | 1 -
 lib/libc/net/nscache.c                                | 1 -
 lib/libc/net/nscachedcli.c                            | 1 -
 lib/libc/net/nsdispatch.c                             | 1 -
 lib/libc/net/nsparser.y                               | 1 -
 lib/libc/net/nss_compat.c                             | 1 -
 lib/libc/net/ntoh.c                                   | 1 -
 lib/libc/net/rcmd.c                                   | 1 -
 lib/libc/net/rcmdsh.c                                 | 1 -
 lib/libc/net/recv.c                                   | 1 -
 lib/libc/net/rthdr.c                                  | 1 -
 lib/libc/net/sctp_sys_calls.c                         | 1 -
 lib/libc/net/send.c                                   | 1 -
 lib/libc/net/sourcefilter.c                           | 1 -
 lib/libc/net/vars.c                                   | 1 -
 lib/libc/nls/msgcat.c                                 | 1 -
 lib/libc/posix1e/acl_branding.c                       | 1 -
 lib/libc/posix1e/acl_calc_mask.c                      | 1 -
 lib/libc/posix1e/acl_cmp_np.c                         | 1 -
 lib/libc/posix1e/acl_compat.c                         | 1 -
 lib/libc/posix1e/acl_copy.c                           | 1 -
 lib/libc/posix1e/acl_delete.c                         | 1 -
 lib/libc/posix1e/acl_delete_entry.c                   | 1 -
 lib/libc/posix1e/acl_entry.c                          | 1 -
 lib/libc/posix1e/acl_equiv_mode_np.c                  | 1 -
 lib/libc/posix1e/acl_extended_file_np.c               | 1 -
 lib/libc/posix1e/acl_flag.c                           | 1 -
 lib/libc/posix1e/acl_free.c                           | 1 -
 lib/libc/posix1e/acl_from_mode_np.c                   | 1 -
 lib/libc/posix1e/acl_from_text.c                      | 1 -
 lib/libc/posix1e/acl_from_text_nfs4.c                 | 1 -
 lib/libc/posix1e/acl_get.c                            | 1 -
 lib/libc/posix1e/acl_id_to_name.c                     | 1 -
 lib/libc/posix1e/acl_init.c                           | 1 -
 lib/libc/posix1e/acl_perm.c                           | 1 -
 lib/libc/posix1e/acl_set.c                            | 1 -
 lib/libc/posix1e/acl_strip.c                          | 1 -
 lib/libc/posix1e/acl_support.c                        | 1 -
 lib/libc/posix1e/acl_support_nfs4.c                   | 1 -
 lib/libc/posix1e/acl_to_text.c                        | 1 -
 lib/libc/posix1e/acl_to_text_nfs4.c                   | 1 -
 lib/libc/posix1e/acl_valid.c                          | 1 -
 lib/libc/posix1e/extattr.c                            | 1 -
 lib/libc/posix1e/mac.c                                | 1 -
 lib/libc/posix1e/mac_exec.c                           | 1 -
 lib/libc/posix1e/mac_get.c                            | 1 -
 lib/libc/posix1e/mac_set.c                            | 1 -
 lib/libc/powerpc/gen/flt_rounds.c                     | 1 -
 lib/libc/powerpc/gen/fpgetmask.c                      | 1 -
 lib/libc/powerpc/gen/fpgetround.c                     | 1 -
 lib/libc/powerpc/gen/fpgetsticky.c                    | 1 -
 lib/libc/powerpc/gen/fpsetmask.c                      | 1 -
 lib/libc/powerpc/gen/fpsetround.c                     | 1 -
 lib/libc/powerpc/gen/makecontext.c                    | 1 -
 lib/libc/powerpc/gen/signalcontext.c                  | 1 -
 lib/libc/powerpc/sys/__vdso_gettc.c                   | 1 -
 lib/libc/powerpc64/gen/flt_rounds.c                   | 1 -
 lib/libc/powerpc64/gen/fpgetmask.c                    | 1 -
 lib/libc/powerpc64/gen/fpgetround.c                   | 1 -
 lib/libc/powerpc64/gen/fpgetsticky.c                  | 1 -
 lib/libc/powerpc64/gen/fpsetmask.c                    | 1 -
 lib/libc/powerpc64/gen/fpsetround.c                   | 1 -
 lib/libc/powerpc64/gen/makecontext.c                  | 1 -
 lib/libc/powerpc64/gen/signalcontext.c                | 1 -
 lib/libc/powerpc64/string/bcopy_resolver.c            | 1 -
 lib/libc/powerpc64/string/strcpy.c                    | 1 -
 lib/libc/powerpc64/string/strcpy_resolver.c           | 1 -
 lib/libc/powerpc64/string/strncpy.c                   | 1 -
 lib/libc/powerpc64/string/strncpy_resolver.c          | 1 -
 lib/libc/powerpc64/sys/__vdso_gettc.c                 | 1 -
 lib/libc/powerpcspe/gen/flt_rounds.c                  | 1 -
 lib/libc/powerpcspe/gen/fpgetmask.c                   | 1 -
 lib/libc/powerpcspe/gen/fpgetround.c                  | 1 -
 lib/libc/powerpcspe/gen/fpgetsticky.c                 | 1 -
 lib/libc/powerpcspe/gen/fpsetmask.c                   | 1 -
 lib/libc/powerpcspe/gen/fpsetround.c                  | 1 -
 lib/libc/quad/TESTS/divrem.c                          | 1 -
 lib/libc/quad/TESTS/mul.c                             | 1 -
 lib/libc/quad/adddi3.c                                | 1 -
 lib/libc/quad/anddi3.c                                | 1 -
 lib/libc/quad/ashldi3.c                               | 1 -
 lib/libc/quad/ashrdi3.c                               | 1 -
 lib/libc/quad/cmpdi2.c                                | 1 -
 lib/libc/quad/divdi3.c                                | 1 -
 lib/libc/quad/fixdfdi.c                               | 1 -
 lib/libc/quad/fixsfdi.c                               | 1 -
 lib/libc/quad/fixunsdfdi.c                            | 1 -
 lib/libc/quad/fixunssfdi.c                            | 1 -
 lib/libc/quad/floatdidf.c                             | 1 -
 lib/libc/quad/floatdisf.c                             | 1 -
 lib/libc/quad/floatunsdidf.c                          | 1 -
 lib/libc/quad/iordi3.c                                | 1 -
 lib/libc/quad/lshldi3.c                               | 1 -
 lib/libc/quad/lshrdi3.c                               | 1 -
 lib/libc/quad/moddi3.c                                | 1 -
 lib/libc/quad/muldi3.c                                | 1 -
 lib/libc/quad/negdi2.c                                | 1 -
 lib/libc/quad/notdi2.c                                | 1 -
 lib/libc/quad/qdivrem.c                               | 1 -
 lib/libc/quad/subdi3.c                                | 1 -
 lib/libc/quad/ucmpdi2.c                               | 1 -
 lib/libc/quad/udivdi3.c                               | 1 -
 lib/libc/quad/umoddi3.c                               | 1 -
 lib/libc/quad/xordi3.c                                | 1 -
 lib/libc/regex/engine.c                               | 1 -
 lib/libc/regex/grot/debug.c                           | 1 -
 lib/libc/regex/grot/main.c                            | 1 -
 lib/libc/regex/grot/split.c                           | 1 -
 lib/libc/regex/regcomp.c                              | 1 -
 lib/libc/regex/regerror.c                             | 1 -
 lib/libc/regex/regexec.c                              | 1 -
 lib/libc/regex/regfree.c                              | 1 -
 lib/libc/resolv/herror.c                              | 1 -
 lib/libc/resolv/mtctxres.c                            | 1 -
 lib/libc/resolv/res_comp.c                            | 1 -
 lib/libc/resolv/res_data.c                            | 1 -
 lib/libc/resolv/res_debug.c                           | 1 -
 lib/libc/resolv/res_findzonecut.c                     | 1 -
 lib/libc/resolv/res_init.c                            | 1 -
 lib/libc/resolv/res_mkquery.c                         | 1 -
 lib/libc/resolv/res_mkupdate.c                        | 1 -
 lib/libc/resolv/res_query.c                           | 1 -
 lib/libc/resolv/res_send.c                            | 1 -
 lib/libc/resolv/res_update.c                          | 1 -
 lib/libc/riscv/gen/flt_rounds.c                       | 1 -
 lib/libc/riscv/gen/fpgetmask.c                        | 1 -
 lib/libc/riscv/gen/fpsetmask.c                        | 1 -
 lib/libc/riscv/gen/infinity.c                         | 1 -
 lib/libc/riscv/gen/makecontext.c                      | 1 -
 lib/libc/riscv/sys/__vdso_gettc.c                     | 1 -
 lib/libc/rpc/auth_des.c                               | 2 --
 lib/libc/rpc/auth_none.c                              | 1 -
 lib/libc/rpc/auth_time.c                              | 1 -
 lib/libc/rpc/auth_unix.c                              | 1 -
 lib/libc/rpc/authdes_prot.c                           | 1 -
 lib/libc/rpc/authunix_prot.c                          | 1 -
 lib/libc/rpc/bindresvport.c                           | 1 -
 lib/libc/rpc/clnt_bcast.c                             | 1 -
 lib/libc/rpc/clnt_dg.c                                | 1 -
 lib/libc/rpc/clnt_generic.c                           | 1 -
 lib/libc/rpc/clnt_perror.c                            | 1 -
 lib/libc/rpc/clnt_raw.c                               | 1 -
 lib/libc/rpc/clnt_simple.c                            | 1 -
 lib/libc/rpc/clnt_vc.c                                | 1 -
 lib/libc/rpc/crypt_client.c                           | 1 -
 lib/libc/rpc/des_crypt.c                              | 1 -
 lib/libc/rpc/des_soft.c                               | 1 -
 lib/libc/rpc/getnetconfig.c                           | 1 -
 lib/libc/rpc/getnetpath.c                             | 1 -
 lib/libc/rpc/getpublickey.c                           | 1 -
 lib/libc/rpc/getrpcent.c                              | 1 -
 lib/libc/rpc/getrpcport.c                             | 1 -
 lib/libc/rpc/key_call.c                               | 1 -
 lib/libc/rpc/key_prot_xdr.c                           | 1 -
 lib/libc/rpc/mt_misc.c                                | 1 -
 lib/libc/rpc/netname.c                                | 1 -
 lib/libc/rpc/netnamer.c                               | 1 -
 lib/libc/rpc/pmap_clnt.c                              | 1 -
 lib/libc/rpc/pmap_getmaps.c                           | 1 -
 lib/libc/rpc/pmap_getport.c                           | 1 -
 lib/libc/rpc/pmap_prot.c                              | 1 -
 lib/libc/rpc/pmap_prot2.c                             | 1 -
 lib/libc/rpc/pmap_rmt.c                               | 1 -
 lib/libc/rpc/rpc_callmsg.c                            | 1 -
 lib/libc/rpc/rpc_com.h                                | 1 -
 lib/libc/rpc/rpc_commondata.c                         | 1 -
 lib/libc/rpc/rpc_dtablesize.c                         | 1 -
 lib/libc/rpc/rpc_generic.c                            | 1 -
 lib/libc/rpc/rpc_prot.c                               | 1 -
 lib/libc/rpc/rpc_soc.c                                | 1 -
 lib/libc/rpc/rpcb_clnt.c                              | 1 -
 lib/libc/rpc/rpcb_prot.c                              | 1 -
 lib/libc/rpc/rpcb_st_xdr.c                            | 1 -
 lib/libc/rpc/rpcdname.c                               | 1 -
 lib/libc/rpc/rtime.c                                  | 1 -
 lib/libc/rpc/svc.c                                    | 1 -
 lib/libc/rpc/svc_auth.c                               | 1 -
 lib/libc/rpc/svc_auth_des.c                           | 1 -
 lib/libc/rpc/svc_auth_unix.c                          | 1 -
 lib/libc/rpc/svc_dg.c                                 | 1 -
 lib/libc/rpc/svc_generic.c                            | 1 -
 lib/libc/rpc/svc_raw.c                                | 1 -
 lib/libc/rpc/svc_run.c                                | 1 -
 lib/libc/rpc/svc_simple.c                             | 1 -
 lib/libc/rpc/svc_vc.c                                 | 1 -
 lib/libc/secure/stack_protector.c                     | 1 -
 lib/libc/softfloat/bits32/softfloat.c                 | 1 -
 lib/libc/softfloat/bits64/softfloat.c                 | 1 -
 lib/libc/softfloat/eqdf2.c                            | 1 -
 lib/libc/softfloat/eqsf2.c                            | 1 -
 lib/libc/softfloat/eqtf2.c                            | 1 -
 lib/libc/softfloat/fpgetmask.c                        | 1 -
 lib/libc/softfloat/fpgetround.c                       | 1 -
 lib/libc/softfloat/fpgetsticky.c                      | 1 -
 lib/libc/softfloat/fpsetmask.c                        | 1 -
 lib/libc/softfloat/fpsetround.c                       | 1 -
 lib/libc/softfloat/fpsetsticky.c                      | 1 -
 lib/libc/softfloat/gedf2.c                            | 1 -
 lib/libc/softfloat/gesf2.c                            | 1 -
 lib/libc/softfloat/getf2.c                            | 1 -
 lib/libc/softfloat/gexf2.c                            | 1 -
 lib/libc/softfloat/gtdf2.c                            | 1 -
 lib/libc/softfloat/gtsf2.c                            | 1 -
 lib/libc/softfloat/gttf2.c                            | 1 -
 lib/libc/softfloat/gtxf2.c                            | 1 -
 lib/libc/softfloat/ledf2.c                            | 1 -
 lib/libc/softfloat/lesf2.c                            | 1 -
 lib/libc/softfloat/letf2.c                            | 1 -
 lib/libc/softfloat/ltdf2.c                            | 1 -
 lib/libc/softfloat/ltsf2.c                            | 1 -
 lib/libc/softfloat/lttf2.c                            | 1 -
 lib/libc/softfloat/nedf2.c                            | 1 -
 lib/libc/softfloat/negdf2.c                           | 1 -
 lib/libc/softfloat/negsf2.c                           | 1 -
 lib/libc/softfloat/negtf2.c                           | 1 -
 lib/libc/softfloat/negxf2.c                           | 1 -
 lib/libc/softfloat/nesf2.c                            | 1 -
 lib/libc/softfloat/netf2.c                            | 1 -
 lib/libc/softfloat/nexf2.c                            | 1 -
 lib/libc/softfloat/timesoftfloat.c                    | 1 -
 lib/libc/softfloat/unorddf2.c                         | 1 -
 lib/libc/softfloat/unordsf2.c                         | 1 -
 lib/libc/stdio/_flock_stub.c                          | 1 -
 lib/libc/stdio/asprintf.c                             | 1 -
 lib/libc/stdio/clrerr.c                               | 1 -
 lib/libc/stdio/dprintf.c                              | 1 -
 lib/libc/stdio/fclose.c                               | 1 -
 lib/libc/stdio/fcloseall.c                            | 1 -
 lib/libc/stdio/fdopen.c                               | 1 -
 lib/libc/stdio/feof.c                                 | 1 -
 lib/libc/stdio/ferror.c                               | 1 -
 lib/libc/stdio/fflush.c                               | 1 -
 lib/libc/stdio/fgetc.c                                | 1 -
 lib/libc/stdio/fgetln.c                               | 1 -
 lib/libc/stdio/fgetpos.c                              | 1 -
 lib/libc/stdio/fgets.c                                | 1 -
 lib/libc/stdio/fgetwc.c                               | 1 -
 lib/libc/stdio/fgetwln.c                              | 1 -
 lib/libc/stdio/fgetws.c                               | 1 -
 lib/libc/stdio/fileno.c                               | 1 -
 lib/libc/stdio/findfp.c                               | 1 -
 lib/libc/stdio/flags.c                                | 1 -
 lib/libc/stdio/fmemopen.c                             | 1 -
 lib/libc/stdio/fopen.c                                | 1 -
 lib/libc/stdio/fopencookie.c                          | 1 -
 lib/libc/stdio/fprintf.c                              | 1 -
 lib/libc/stdio/fpurge.c                               | 1 -
 lib/libc/stdio/fputc.c                                | 1 -
 lib/libc/stdio/fputs.c                                | 1 -
 lib/libc/stdio/fputwc.c                               | 1 -
 lib/libc/stdio/fputws.c                               | 1 -
 lib/libc/stdio/fread.c                                | 1 -
 lib/libc/stdio/freopen.c                              | 1 -
 lib/libc/stdio/fscanf.c                               | 1 -
 lib/libc/stdio/fseek.c                                | 1 -
 lib/libc/stdio/fsetpos.c                              | 1 -
 lib/libc/stdio/ftell.c                                | 1 -
 lib/libc/stdio/funopen.c                              | 1 -
 lib/libc/stdio/fvwrite.c                              | 1 -
 lib/libc/stdio/fwalk.c                                | 1 -
 lib/libc/stdio/fwide.c                                | 1 -
 lib/libc/stdio/fwprintf.c                             | 1 -
 lib/libc/stdio/fwrite.c                               | 1 -
 lib/libc/stdio/fwscanf.c                              | 1 -
 lib/libc/stdio/getc.c                                 | 1 -
 lib/libc/stdio/getchar.c                              | 1 -
 lib/libc/stdio/getdelim.c                             | 1 -
 lib/libc/stdio/getline.c                              | 1 -
 lib/libc/stdio/gets.c                                 | 1 -
 lib/libc/stdio/gets_s.c                               | 1 -
 lib/libc/stdio/getw.c                                 | 1 -
 lib/libc/stdio/getwc.c                                | 1 -
 lib/libc/stdio/getwchar.c                             | 1 -
 lib/libc/stdio/makebuf.c                              | 1 -
 lib/libc/stdio/mktemp.c                               | 1 -
 lib/libc/stdio/open_memstream.c                       | 1 -
 lib/libc/stdio/open_wmemstream.c                      | 1 -
 lib/libc/stdio/perror.c                               | 1 -
 lib/libc/stdio/printf-pos.c                           | 1 -
 lib/libc/stdio/printf.c                               | 1 -
 lib/libc/stdio/putc.c                                 | 1 -
 lib/libc/stdio/putchar.c                              | 1 -
 lib/libc/stdio/puts.c                                 | 1 -
 lib/libc/stdio/putw.c                                 | 1 -
 lib/libc/stdio/putwc.c                                | 1 -
 lib/libc/stdio/putwchar.c                             | 1 -
 lib/libc/stdio/refill.c                               | 1 -
 lib/libc/stdio/remove.c                               | 1 -
 lib/libc/stdio/rewind.c                               | 1 -
 lib/libc/stdio/rget.c                                 | 1 -
 lib/libc/stdio/scanf.c                                | 1 -
 lib/libc/stdio/setbuf.c                               | 1 -
 lib/libc/stdio/setbuffer.c                            | 1 -
 lib/libc/stdio/setvbuf.c                              | 1 -
 lib/libc/stdio/snprintf.c                             | 1 -
 lib/libc/stdio/sprintf.c                              | 1 -
 lib/libc/stdio/sscanf.c                               | 1 -
 lib/libc/stdio/stdio.c                                | 1 -
 lib/libc/stdio/swprintf.c                             | 1 -
 lib/libc/stdio/swscanf.c                              | 1 -
 lib/libc/stdio/tempnam.c                              | 1 -
 lib/libc/stdio/tmpfile.c                              | 1 -
 lib/libc/stdio/tmpnam.c                               | 1 -
 lib/libc/stdio/ungetc.c                               | 1 -
 lib/libc/stdio/ungetwc.c                              | 1 -
 lib/libc/stdio/vasprintf.c                            | 1 -
 lib/libc/stdio/vdprintf.c                             | 1 -
 lib/libc/stdio/vfprintf.c                             | 1 -
 lib/libc/stdio/vfscanf.c                              | 1 -
 lib/libc/stdio/vfwprintf.c                            | 1 -
 lib/libc/stdio/vfwscanf.c                             | 1 -
 lib/libc/stdio/vprintf.c                              | 1 -
 lib/libc/stdio/vscanf.c                               | 1 -
 lib/libc/stdio/vsnprintf.c                            | 1 -
 lib/libc/stdio/vsprintf.c                             | 1 -
 lib/libc/stdio/vsscanf.c                              | 1 -
 lib/libc/stdio/vswprintf.c                            | 1 -
 lib/libc/stdio/vswscanf.c                             | 1 -
 lib/libc/stdio/vwprintf.c                             | 1 -
 lib/libc/stdio/vwscanf.c                              | 1 -
 lib/libc/stdio/wbuf.c                                 | 1 -
 lib/libc/stdio/wprintf.c                              | 1 -
 lib/libc/stdio/wscanf.c                               | 1 -
 lib/libc/stdio/wsetup.c                               | 1 -
 lib/libc/stdlib/abort.c                               | 1 -
 lib/libc/stdlib/abs.c                                 | 1 -
 lib/libc/stdlib/atexit.c                              | 1 -
 lib/libc/stdlib/atof.c                                | 1 -
 lib/libc/stdlib/atoi.c                                | 1 -
 lib/libc/stdlib/atol.c                                | 1 -
 lib/libc/stdlib/atoll.c                               | 1 -
 lib/libc/stdlib/bsearch.c                             | 1 -
 lib/libc/stdlib/cxa_thread_atexit.c                   | 1 -
 lib/libc/stdlib/cxa_thread_atexit_impl.c              | 1 -
 lib/libc/stdlib/div.c                                 | 1 -
 lib/libc/stdlib/exit.c                                | 1 -
 lib/libc/stdlib/getenv.c                              | 1 -
 lib/libc/stdlib/getopt.c                              | 1 -
 lib/libc/stdlib/getopt_long.c                         | 1 -
 lib/libc/stdlib/getsubopt.c                           | 1 -
 lib/libc/stdlib/hcreate.c                             | 1 -
 lib/libc/stdlib/hcreate_r.c                           | 1 -
 lib/libc/stdlib/hdestroy_r.c                          | 1 -
 lib/libc/stdlib/heapsort.c                            | 1 -
 lib/libc/stdlib/hsearch_r.c                           | 1 -
 lib/libc/stdlib/imaxabs.c                             | 1 -
 lib/libc/stdlib/imaxdiv.c                             | 1 -
 lib/libc/stdlib/insque.c                              | 1 -
 lib/libc/stdlib/labs.c                                | 1 -
 lib/libc/stdlib/ldiv.c                                | 1 -
 lib/libc/stdlib/llabs.c                               | 1 -
 lib/libc/stdlib/lldiv.c                               | 1 -
 lib/libc/stdlib/lsearch.c                             | 1 -
 lib/libc/stdlib/merge.c                               | 1 -
 lib/libc/stdlib/ptsname.c                             | 1 -
 lib/libc/stdlib/qsort.c                               | 1 -
 lib/libc/stdlib/radixsort.c                           | 1 -
 lib/libc/stdlib/rand.c                                | 1 -
 lib/libc/stdlib/random.c                              | 1 -
 lib/libc/stdlib/reallocarray.c                        | 1 -
 lib/libc/stdlib/reallocf.c                            | 1 -
 lib/libc/stdlib/realpath.c                            | 1 -
 lib/libc/stdlib/remque.c                              | 1 -
 lib/libc/stdlib/set_constraint_handler_s.c            | 1 -
 lib/libc/stdlib/strfmon.c                             | 1 -
 lib/libc/stdlib/strtoimax.c                           | 1 -
 lib/libc/stdlib/strtol.c                              | 1 -
 lib/libc/stdlib/strtold.c                             | 1 -
 lib/libc/stdlib/strtoll.c                             | 1 -
 lib/libc/stdlib/strtonum.c                            | 1 -
 lib/libc/stdlib/strtoq.c                              | 1 -
 lib/libc/stdlib/strtoul.c                             | 1 -
 lib/libc/stdlib/strtoull.c                            | 1 -
 lib/libc/stdlib/strtoumax.c                           | 1 -
 lib/libc/stdlib/strtouq.c                             | 1 -
 lib/libc/stdlib/system.c                              | 1 -
 lib/libc/stdlib/tdelete.c                             | 1 -
 lib/libc/stdlib/tsearch.c                             | 1 -
 lib/libc/stdtime/strftime.c                           | 1 -
 lib/libc/stdtime/time32.c                             | 1 -
 lib/libc/stdtime/timelocal.c                          | 1 -
 lib/libc/string/bcmp.c                                | 1 -
 lib/libc/string/bcopy.c                               | 1 -
 lib/libc/string/bzero.c                               | 1 -
 lib/libc/string/ffs.c                                 | 1 -
 lib/libc/string/ffsl.c                                | 1 -
 lib/libc/string/ffsll.c                               | 1 -
 lib/libc/string/fls.c                                 | 1 -
 lib/libc/string/flsl.c                                | 1 -
 lib/libc/string/flsll.c                               | 1 -
 lib/libc/string/memccpy.c                             | 1 -
 lib/libc/string/memchr.c                              | 1 -
 lib/libc/string/memcmp.c                              | 1 -
 lib/libc/string/memcpy.c                              | 1 -
 lib/libc/string/memmem.c                              | 1 -
 lib/libc/string/memmove.c                             | 1 -
 lib/libc/string/mempcpy.c                             | 1 -
 lib/libc/string/memset.c                              | 1 -
 lib/libc/string/memset_s.c                            | 1 -
 lib/libc/string/stpcpy.c                              | 1 -
 lib/libc/string/stpncpy.c                             | 1 -
 lib/libc/string/strcasecmp.c                          | 1 -
 lib/libc/string/strcasestr.c                          | 1 -
 lib/libc/string/strcat.c                              | 1 -
 lib/libc/string/strchr.c                              | 1 -
 lib/libc/string/strchrnul.c                           | 1 -
 lib/libc/string/strcmp.c                              | 1 -
 lib/libc/string/strcoll.c                             | 1 -
 lib/libc/string/strcpy.c                              | 1 -
 lib/libc/string/strcspn.c                             | 1 -
 lib/libc/string/strdup.c                              | 1 -
 lib/libc/string/strerror.c                            | 1 -
 lib/libc/string/strlcat.c                             | 1 -
 lib/libc/string/strlcpy.c                             | 1 -
 lib/libc/string/strlen.c                              | 1 -
 lib/libc/string/strmode.c                             | 1 -
 lib/libc/string/strncat.c                             | 1 -
 lib/libc/string/strncmp.c                             | 1 -
 lib/libc/string/strncpy.c                             | 1 -
 lib/libc/string/strndup.c                             | 1 -
 lib/libc/string/strnlen.c                             | 1 -
 lib/libc/string/strnstr.c                             | 1 -
 lib/libc/string/strpbrk.c                             | 1 -
 lib/libc/string/strrchr.c                             | 1 -
 lib/libc/string/strsep.c                              | 1 -
 lib/libc/string/strsignal.c                           | 1 -
 lib/libc/string/strspn.c                              | 1 -
 lib/libc/string/strstr.c                              | 1 -
 lib/libc/string/strtok.c                              | 1 -
 lib/libc/string/strxfrm.c                             | 1 -
 lib/libc/string/swab.c                                | 1 -
 lib/libc/string/timingsafe_bcmp.c                     | 1 -
 lib/libc/string/timingsafe_memcmp.c                   | 1 -
 lib/libc/string/wcpcpy.c                              | 1 -
 lib/libc/string/wcpncpy.c                             | 1 -
 lib/libc/string/wcscasecmp.c                          | 1 -
 lib/libc/string/wcschr.c                              | 1 -
 lib/libc/string/wcscoll.c                             | 1 -
 lib/libc/string/wcsdup.c                              | 1 -
 lib/libc/string/wcsncasecmp.c                         | 1 -
 lib/libc/string/wcsncpy.c                             | 1 -
 lib/libc/string/wcsnlen.c                             | 1 -
 lib/libc/string/wcsrchr.c                             | 1 -
 lib/libc/string/wcsstr.c                              | 1 -
 lib/libc/string/wcstok.c                              | 1 -
 lib/libc/string/wcswidth.c                            | 1 -
 lib/libc/string/wcsxfrm.c                             | 1 -
 lib/libc/string/wmempcpy.c                            | 1 -
 lib/libc/sys/POSIX2x_Fork.c                           | 1 -
 lib/libc/sys/__error.c                                | 1 -
 lib/libc/sys/__vdso_gettimeofday.c                    | 1 -
 lib/libc/sys/accept.c                                 | 1 -
 lib/libc/sys/accept4.c                                | 1 -
 lib/libc/sys/aio_suspend.c                            | 1 -
 lib/libc/sys/brk.c                                    | 1 -
 lib/libc/sys/clock_gettime.c                          | 1 -
 lib/libc/sys/clock_nanosleep.c                        | 1 -
 lib/libc/sys/close.c                                  | 1 -
 lib/libc/sys/closefrom.c                              | 1 -
 lib/libc/sys/compat-stub.c                            | 1 -
 lib/libc/sys/connect.c                                | 1 -
 lib/libc/sys/fcntl.c                                  | 1 -
 lib/libc/sys/fdatasync.c                              | 1 -
 lib/libc/sys/fork.c                                   | 1 -
 lib/libc/sys/fsync.c                                  | 1 -
 lib/libc/sys/getdents.c                               | 1 -
 lib/libc/sys/gettimeofday.c                           | 1 -
 lib/libc/sys/interposing_table.c                      | 1 -
 lib/libc/sys/kevent.c                                 | 1 -
 lib/libc/sys/lstat.c                                  | 1 -
 lib/libc/sys/mknod.c                                  | 1 -
 lib/libc/sys/msync.c                                  | 1 -
 lib/libc/sys/nanosleep.c                              | 1 -
 lib/libc/sys/open.c                                   | 1 -
 lib/libc/sys/openat.c                                 | 1 -
 lib/libc/sys/pdfork.c                                 | 1 -
 lib/libc/sys/pipe.c                                   | 1 -
 lib/libc/sys/poll.c                                   | 1 -
 lib/libc/sys/ppoll.c                                  | 1 -
 lib/libc/sys/pselect.c                                | 1 -
 lib/libc/sys/ptrace.c                                 | 1 -
 lib/libc/sys/read.c                                   | 1 -
 lib/libc/sys/readv.c                                  | 1 -
 lib/libc/sys/recvfrom.c                               | 1 -
 lib/libc/sys/recvmsg.c                                | 1 -
 lib/libc/sys/select.c                                 | 1 -
 lib/libc/sys/sendmsg.c                                | 1 -
 lib/libc/sys/sendto.c                                 | 1 -
 lib/libc/sys/setcontext.c                             | 1 -
 lib/libc/sys/shm_open.c                               | 1 -
 lib/libc/sys/sigaction.c                              | 1 -
 lib/libc/sys/sigprocmask.c                            | 1 -
 lib/libc/sys/sigsuspend.c                             | 1 -
 lib/libc/sys/sigtimedwait.c                           | 1 -
 lib/libc/sys/sigwait.c                                | 1 -
 lib/libc/sys/sigwaitinfo.c                            | 1 -
 lib/libc/sys/stat.c                                   | 1 -
 lib/libc/sys/swapcontext.c                            | 1 -
 lib/libc/sys/trivial-vdso_tc.c                        | 1 -
 lib/libc/sys/vadvise.c                                | 1 -
 lib/libc/sys/wait4.c                                  | 1 -
 lib/libc/sys/wait6.c                                  | 1 -
 lib/libc/sys/write.c                                  | 1 -
 lib/libc/sys/writev.c                                 | 1 -
 lib/libc/tests/gen/arc4random_test.c                  | 1 -
 lib/libc/tests/gen/dir2_test.c                        | 1 -
 lib/libc/tests/gen/dlopen_empty_test.c                | 1 -
 lib/libc/tests/gen/fmtcheck_test.c                    | 1 -
 lib/libc/tests/gen/fmtmsg_test.c                      | 1 -
 lib/libc/tests/gen/fnmatch_test.c                     | 1 -
 lib/libc/tests/gen/fnmatch_testcases.h                | 1 -
 lib/libc/tests/gen/ftw_test.c                         | 1 -
 lib/libc/tests/gen/getentropy_test.c                  | 1 -
 lib/libc/tests/gen/getmntinfo_test.c                  | 1 -
 lib/libc/tests/gen/glob2_test.c                       | 1 -
 lib/libc/tests/gen/makecontext_test.c                 | 1 -
 lib/libc/tests/gen/popen_test.c                       | 1 -
 lib/libc/tests/gen/posix_spawn_test.c                 | 1 -
 lib/libc/tests/gen/realpath2_test.c                   | 1 -
 lib/libc/tests/gen/sigsetops_test.c                   | 1 -
 lib/libc/tests/gen/test-fnmatch.c                     | 1 -
 lib/libc/tests/gen/wordexp_test.c                     | 1 -
 lib/libc/tests/iconv/iconvctl_test.c                  | 1 -
 lib/libc/tests/locale/btowc_test.c                    | 1 -
 lib/libc/tests/locale/c16rtomb_test.c                 | 1 -
 lib/libc/tests/locale/iswctype_test.c                 | 1 -
 lib/libc/tests/locale/mblen_test.c                    | 1 -
 lib/libc/tests/locale/mbrlen_test.c                   | 1 -
 lib/libc/tests/locale/mbrtoc16_test.c                 | 1 -
 lib/libc/tests/locale/mbrtowc_test.c                  | 1 -
 lib/libc/tests/locale/mbsnrtowcs_test.c               | 1 -
 lib/libc/tests/locale/mbsrtowcs_test.c                | 1 -
 lib/libc/tests/locale/mbstowcs_test.c                 | 1 -
 lib/libc/tests/locale/mbtowc_test.c                   | 1 -
 lib/libc/tests/locale/towctrans_test.c                | 1 -
 lib/libc/tests/locale/wcrtomb_test.c                  | 1 -
 lib/libc/tests/locale/wcsnrtombs_test.c               | 1 -
 lib/libc/tests/locale/wcsrtombs_test.c                | 1 -
 lib/libc/tests/locale/wcstombs_test.c                 | 1 -
 lib/libc/tests/locale/wctomb_test.c                   | 1 -
 lib/libc/tests/nss/getaddrinfo_test.c                 | 1 -
 lib/libc/tests/nss/getgr_test.c                       | 1 -
 lib/libc/tests/nss/gethostby_test.c                   | 1 -
 lib/libc/tests/nss/getproto_test.c                    | 1 -
 lib/libc/tests/nss/getpw_test.c                       | 1 -
 lib/libc/tests/nss/getrpc_test.c                      | 1 -
 lib/libc/tests/nss/getserv_test.c                     | 1 -
 lib/libc/tests/nss/getusershell_test.c                | 1 -
 lib/libc/tests/stdio/fdopen_test.c                    | 1 -
 lib/libc/tests/stdio/fmemopen2_test.c                 | 1 -
 lib/libc/tests/stdio/fopen_test.c                     | 1 -
 lib/libc/tests/stdio/freopen_test.c                   | 1 -
 lib/libc/tests/stdio/getdelim_test.c                  | 1 -
 lib/libc/tests/stdio/gets_s_test.c                    | 1 -
 lib/libc/tests/stdio/mkostemp_test.c                  | 1 -
 lib/libc/tests/stdio/open_memstream2_test.c           | 1 -
 lib/libc/tests/stdio/open_wmemstream_test.c           | 1 -
 lib/libc/tests/stdio/perror_test.c                    | 1 -
 lib/libc/tests/stdio/print_positional_test.c          | 1 -
 lib/libc/tests/stdio/printbasic_test.c                | 1 -
 lib/libc/tests/stdio/printfloat_test.c                | 1 -
 lib/libc/tests/stdio/scanfloat_test.c                 | 1 -
 lib/libc/tests/stdlib/clearenv_test.c                 | 1 -
 lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc | 1 -
 lib/libc/tests/stdlib/cxa_thread_atexit_test.cc       | 1 -
 lib/libc/tests/stdlib/dynthr_mod/dynthr_mod.c         | 1 -
 lib/libc/tests/stdlib/dynthr_test.c                   | 1 -
 lib/libc/tests/stdlib/heapsort_test.c                 | 1 -
 lib/libc/tests/stdlib/mergesort_test.c                | 1 -
 lib/libc/tests/stdlib/qsort_r_compat_test.c           | 1 -
 lib/libc/tests/stdlib/qsort_r_test.c                  | 1 -
 lib/libc/tests/stdlib/qsort_s_test.c                  | 1 -
 lib/libc/tests/stdlib/qsort_test.c                    | 1 -
 lib/libc/tests/stdlib/set_constraint_handler_s_test.c | 1 -
 lib/libc/tests/stdlib/strfmon_test.c                  | 1 -
 lib/libc/tests/stdlib/tsearch_test.c                  | 1 -
 lib/libc/tests/string/ffs_test.c                      | 1 -
 lib/libc/tests/string/fls_test.c                      | 1 -
 lib/libc/tests/string/memcmp_test.c                   | 1 -
 lib/libc/tests/string/memset_s_test.c                 | 1 -
 lib/libc/tests/string/stpncpy_test.c                  | 1 -
 lib/libc/tests/string/strcspn_test.c                  | 1 -
 lib/libc/tests/string/strxfrm_test.c                  | 1 -
 lib/libc/tests/string/wcscasecmp_test.c               | 1 -
 lib/libc/tests/string/wcscoll_test.c                  | 1 -
 lib/libc/tests/string/wcsnlen_test.c                  | 1 -
 lib/libc/tests/sys/brk_test.c                         | 1 -
 lib/libc/tests/sys/mlock_helper.c                     | 1 -
 lib/libc/tests/sys/queue_test.c                       | 1 -
 lib/libc/tests/sys/sendfile_test.c                    | 1 -
 lib/libc/uuid/uuid_stream.c                           | 1 -
 lib/libc/x86/gen/getcontextx.c                        | 1 -
 lib/libc/x86/sys/__vdso_gettc.c                       | 1 -
 lib/libc/x86/sys/pkru.c                               | 1 -
 lib/libc/xdr/xdr.c                                    | 1 -
 lib/libc/xdr/xdr_array.c                              | 1 -
 lib/libc/xdr/xdr_float.c                              | 1 -
 lib/libc/xdr/xdr_mem.c                                | 1 -
 lib/libc/xdr/xdr_rec.c                                | 1 -
 lib/libc/xdr/xdr_reference.c                          | 1 -
 lib/libc/xdr/xdr_sizeof.c                             | 1 -
 lib/libc/xdr/xdr_stdio.c                              | 1 -
 lib/libc/yp/xdryp.c                                   | 1 -
 lib/libc/yp/yplib.c                                   | 1 -
 931 files changed, 933 deletions(-)

diff --git a/lib/libc/aarch64/gen/flt_rounds.c b/lib/libc/aarch64/gen/flt_rounds.c
index 7d5259a1a3bc..b62536aafaf8 100644
--- a/lib/libc/aarch64/gen/flt_rounds.c
+++ b/lib/libc/aarch64/gen/flt_rounds.c
@@ -24,7 +24,6 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 
 #include <fenv.h>
diff --git a/lib/libc/aarch64/gen/fpgetmask.c b/lib/libc/aarch64/gen/fpgetmask.c
index 7bc56a9d75be..b6f398d202f5 100644
--- a/lib/libc/aarch64/gen/fpgetmask.c
+++ b/lib/libc/aarch64/gen/fpgetmask.c
@@ -26,7 +26,6 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <ieeefp.h>
 
diff --git a/lib/libc/aarch64/gen/fpsetmask.c b/lib/libc/aarch64/gen/fpsetmask.c
index 1ad3f49d603d..4bc72913a8b9 100644
--- a/lib/libc/aarch64/gen/fpsetmask.c
+++ b/lib/libc/aarch64/gen/fpsetmask.c
@@ -26,7 +26,6 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
*** 11112 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311270420.3AR4KhvM059337>