xref: /aosp_15_r20/external/musl/sources.bp (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1// Copyright (C) 2021 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7//      http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15// This file is created by generate_bp.py. Do not edit manually.
16
17cc_defaults {
18    name: "libc_musl_sources",
19    srcs: [
20        "src/aio/aio.c",
21        "src/aio/aio_suspend.c",
22        "src/aio/lio_listio.c",
23        "src/complex/__cexp.c",
24        "src/complex/__cexpf.c",
25        "src/complex/cabs.c",
26        "src/complex/cabsf.c",
27        "src/complex/cabsl.c",
28        "src/complex/cacos.c",
29        "src/complex/cacosf.c",
30        "src/complex/cacosh.c",
31        "src/complex/cacoshf.c",
32        "src/complex/cacoshl.c",
33        "src/complex/cacosl.c",
34        "src/complex/carg.c",
35        "src/complex/cargf.c",
36        "src/complex/cargl.c",
37        "src/complex/casin.c",
38        "src/complex/casinf.c",
39        "src/complex/casinh.c",
40        "src/complex/casinhf.c",
41        "src/complex/casinhl.c",
42        "src/complex/casinl.c",
43        "src/complex/catan.c",
44        "src/complex/catanf.c",
45        "src/complex/catanh.c",
46        "src/complex/catanhf.c",
47        "src/complex/catanhl.c",
48        "src/complex/catanl.c",
49        "src/complex/ccos.c",
50        "src/complex/ccosf.c",
51        "src/complex/ccosh.c",
52        "src/complex/ccoshf.c",
53        "src/complex/ccoshl.c",
54        "src/complex/ccosl.c",
55        "src/complex/cexp.c",
56        "src/complex/cexpf.c",
57        "src/complex/cexpl.c",
58        "src/complex/cimag.c",
59        "src/complex/cimagf.c",
60        "src/complex/cimagl.c",
61        "src/complex/clog.c",
62        "src/complex/clogf.c",
63        "src/complex/clogl.c",
64        "src/complex/conj.c",
65        "src/complex/conjf.c",
66        "src/complex/conjl.c",
67        "src/complex/cpow.c",
68        "src/complex/cpowf.c",
69        "src/complex/cpowl.c",
70        "src/complex/cproj.c",
71        "src/complex/cprojf.c",
72        "src/complex/cprojl.c",
73        "src/complex/creal.c",
74        "src/complex/crealf.c",
75        "src/complex/creall.c",
76        "src/complex/csin.c",
77        "src/complex/csinf.c",
78        "src/complex/csinh.c",
79        "src/complex/csinhf.c",
80        "src/complex/csinhl.c",
81        "src/complex/csinl.c",
82        "src/complex/csqrt.c",
83        "src/complex/csqrtf.c",
84        "src/complex/csqrtl.c",
85        "src/complex/ctan.c",
86        "src/complex/ctanf.c",
87        "src/complex/ctanh.c",
88        "src/complex/ctanhf.c",
89        "src/complex/ctanhl.c",
90        "src/complex/ctanl.c",
91        "src/conf/confstr.c",
92        "src/conf/fpathconf.c",
93        "src/conf/legacy.c",
94        "src/conf/pathconf.c",
95        "src/conf/sysconf.c",
96        "src/crypt/crypt.c",
97        "src/crypt/crypt_blowfish.c",
98        "src/crypt/crypt_des.c",
99        "src/crypt/crypt_md5.c",
100        "src/crypt/crypt_r.c",
101        "src/crypt/crypt_sha256.c",
102        "src/crypt/crypt_sha512.c",
103        "src/crypt/encrypt.c",
104        "src/ctype/__ctype_b_loc.c",
105        "src/ctype/__ctype_get_mb_cur_max.c",
106        "src/ctype/__ctype_tolower_loc.c",
107        "src/ctype/__ctype_toupper_loc.c",
108        "src/ctype/isalnum.c",
109        "src/ctype/isalpha.c",
110        "src/ctype/isascii.c",
111        "src/ctype/isblank.c",
112        "src/ctype/iscntrl.c",
113        "src/ctype/isdigit.c",
114        "src/ctype/isgraph.c",
115        "src/ctype/islower.c",
116        "src/ctype/isprint.c",
117        "src/ctype/ispunct.c",
118        "src/ctype/isspace.c",
119        "src/ctype/isupper.c",
120        "src/ctype/iswalnum.c",
121        "src/ctype/iswalpha.c",
122        "src/ctype/iswblank.c",
123        "src/ctype/iswcntrl.c",
124        "src/ctype/iswctype.c",
125        "src/ctype/iswdigit.c",
126        "src/ctype/iswgraph.c",
127        "src/ctype/iswlower.c",
128        "src/ctype/iswprint.c",
129        "src/ctype/iswpunct.c",
130        "src/ctype/iswspace.c",
131        "src/ctype/iswupper.c",
132        "src/ctype/iswxdigit.c",
133        "src/ctype/isxdigit.c",
134        "src/ctype/toascii.c",
135        "src/ctype/tolower.c",
136        "src/ctype/toupper.c",
137        "src/ctype/towctrans.c",
138        "src/ctype/wcswidth.c",
139        "src/ctype/wctrans.c",
140        "src/ctype/wcwidth.c",
141        "src/dirent/alphasort.c",
142        "src/dirent/closedir.c",
143        "src/dirent/dirfd.c",
144        "src/dirent/fdopendir.c",
145        "src/dirent/opendir.c",
146        "src/dirent/posix_getdents.c",
147        "src/dirent/readdir.c",
148        "src/dirent/readdir_r.c",
149        "src/dirent/rewinddir.c",
150        "src/dirent/scandir.c",
151        "src/dirent/seekdir.c",
152        "src/dirent/telldir.c",
153        "src/dirent/versionsort.c",
154        "src/env/__environ.c",
155        "src/env/__reset_tls.c",
156        "src/env/clearenv.c",
157        "src/env/getenv.c",
158        "src/env/putenv.c",
159        "src/env/secure_getenv.c",
160        "src/env/setenv.c",
161        "src/env/unsetenv.c",
162        "src/errno/__errno_location.c",
163        "src/errno/strerror.c",
164        "src/exit/_Exit.c",
165        "src/exit/abort.c",
166        "src/exit/abort_lock.c",
167        "src/exit/assert.c",
168        "src/exit/at_quick_exit.c",
169        "src/exit/atexit.c",
170        "src/exit/exit.c",
171        "src/exit/quick_exit.c",
172        "src/fcntl/creat.c",
173        "src/fcntl/fcntl.c",
174        "src/fcntl/open.c",
175        "src/fcntl/openat.c",
176        "src/fcntl/posix_fadvise.c",
177        "src/fcntl/posix_fallocate.c",
178        "src/fenv/__flt_rounds.c",
179        "src/fenv/fegetexceptflag.c",
180        "src/fenv/feholdexcept.c",
181        "src/fenv/fenv.c",
182        "src/fenv/fesetexceptflag.c",
183        "src/fenv/fesetround.c",
184        "src/fenv/feupdateenv.c",
185        "src/ipc/ftok.c",
186        "src/ipc/msgctl.c",
187        "src/ipc/msgget.c",
188        "src/ipc/msgrcv.c",
189        "src/ipc/msgsnd.c",
190        "src/ipc/semctl.c",
191        "src/ipc/semget.c",
192        "src/ipc/semop.c",
193        "src/ipc/semtimedop.c",
194        "src/ipc/shmat.c",
195        "src/ipc/shmctl.c",
196        "src/ipc/shmdt.c",
197        "src/ipc/shmget.c",
198        "src/ldso/__dlsym.c",
199        "src/ldso/dl_iterate_phdr.c",
200        "src/ldso/dladdr.c",
201        "src/ldso/dlclose.c",
202        "src/ldso/dlerror.c",
203        "src/ldso/dlinfo.c",
204        "src/ldso/dlopen.c",
205        "src/ldso/dlsym.c",
206        "src/ldso/tlsdesc.c",
207        "src/legacy/cuserid.c",
208        "src/legacy/daemon.c",
209        "src/legacy/err.c",
210        "src/legacy/euidaccess.c",
211        "src/legacy/ftw.c",
212        "src/legacy/futimes.c",
213        "src/legacy/getdtablesize.c",
214        "src/legacy/getloadavg.c",
215        "src/legacy/getpagesize.c",
216        "src/legacy/getpass.c",
217        "src/legacy/getusershell.c",
218        "src/legacy/isastream.c",
219        "src/legacy/lutimes.c",
220        "src/legacy/ulimit.c",
221        "src/legacy/utmpx.c",
222        "src/legacy/valloc.c",
223        "src/linux/adjtime.c",
224        "src/linux/adjtimex.c",
225        "src/linux/arch_prctl.c",
226        "src/linux/brk.c",
227        "src/linux/cache.c",
228        "src/linux/cap.c",
229        "src/linux/chroot.c",
230        "src/linux/clock_adjtime.c",
231        "src/linux/clone.c",
232        "src/linux/copy_file_range.c",
233        "src/linux/epoll.c",
234        "src/linux/eventfd.c",
235        "src/linux/fallocate.c",
236        "src/linux/fanotify.c",
237        "src/linux/flock.c",
238        "src/linux/getdents.c",
239        "src/linux/getrandom.c",
240        "src/linux/gettid.c",
241        "src/linux/inotify.c",
242        "src/linux/ioperm.c",
243        "src/linux/iopl.c",
244        "src/linux/klogctl.c",
245        "src/linux/membarrier.c",
246        "src/linux/memfd_create.c",
247        "src/linux/mlock2.c",
248        "src/linux/module.c",
249        "src/linux/mount.c",
250        "src/linux/name_to_handle_at.c",
251        "src/linux/open_by_handle_at.c",
252        "src/linux/personality.c",
253        "src/linux/pivot_root.c",
254        "src/linux/prctl.c",
255        "src/linux/preadv2.c",
256        "src/linux/prlimit.c",
257        "src/linux/process_vm.c",
258        "src/linux/ptrace.c",
259        "src/linux/pwritev2.c",
260        "src/linux/quotactl.c",
261        "src/linux/readahead.c",
262        "src/linux/reboot.c",
263        "src/linux/remap_file_pages.c",
264        "src/linux/renameat2.c",
265        "src/linux/sbrk.c",
266        "src/linux/sendfile.c",
267        "src/linux/setfsgid.c",
268        "src/linux/setfsuid.c",
269        "src/linux/setgroups.c",
270        "src/linux/sethostname.c",
271        "src/linux/setns.c",
272        "src/linux/settimeofday.c",
273        "src/linux/signalfd.c",
274        "src/linux/splice.c",
275        "src/linux/statx.c",
276        "src/linux/stime.c",
277        "src/linux/swap.c",
278        "src/linux/sync_file_range.c",
279        "src/linux/syncfs.c",
280        "src/linux/sysinfo.c",
281        "src/linux/tee.c",
282        "src/linux/timerfd.c",
283        "src/linux/unshare.c",
284        "src/linux/utimes.c",
285        "src/linux/vhangup.c",
286        "src/linux/vmsplice.c",
287        "src/linux/wait3.c",
288        "src/linux/wait4.c",
289        "src/linux/xattr.c",
290        "src/locale/__lctrans.c",
291        "src/locale/__mo_lookup.c",
292        "src/locale/bind_textdomain_codeset.c",
293        "src/locale/c_locale.c",
294        "src/locale/catclose.c",
295        "src/locale/catgets.c",
296        "src/locale/catopen.c",
297        "src/locale/dcngettext.c",
298        "src/locale/duplocale.c",
299        "src/locale/freelocale.c",
300        "src/locale/iconv.c",
301        "src/locale/iconv_close.c",
302        "src/locale/langinfo.c",
303        "src/locale/locale_map.c",
304        "src/locale/localeconv.c",
305        "src/locale/newlocale.c",
306        "src/locale/pleval.c",
307        "src/locale/setlocale.c",
308        "src/locale/strcoll.c",
309        "src/locale/strfmon.c",
310        "src/locale/strtod_l.c",
311        "src/locale/strxfrm.c",
312        "src/locale/textdomain.c",
313        "src/locale/uselocale.c",
314        "src/locale/wcscoll.c",
315        "src/locale/wcsxfrm.c",
316        "src/malloc/mallocng/aligned_alloc.c",
317        "src/malloc/mallocng/donate.c",
318        "src/malloc/mallocng/free.c",
319        "src/malloc/mallocng/mallinfo.c",
320        "src/malloc/mallocng/malloc.c",
321        "src/malloc/mallocng/malloc_usable_size.c",
322        "src/malloc/mallocng/realloc.c",
323        "src/math/__cos.c",
324        "src/math/__cosdf.c",
325        "src/math/__cosl.c",
326        "src/math/__expo2.c",
327        "src/math/__expo2f.c",
328        "src/math/__fpclassify.c",
329        "src/math/__fpclassifyf.c",
330        "src/math/__fpclassifyl.c",
331        "src/math/__invtrigl.c",
332        "src/math/__math_divzero.c",
333        "src/math/__math_divzerof.c",
334        "src/math/__math_invalid.c",
335        "src/math/__math_invalidf.c",
336        "src/math/__math_invalidl.c",
337        "src/math/__math_oflow.c",
338        "src/math/__math_oflowf.c",
339        "src/math/__math_uflow.c",
340        "src/math/__math_uflowf.c",
341        "src/math/__math_xflow.c",
342        "src/math/__math_xflowf.c",
343        "src/math/__polevll.c",
344        "src/math/__rem_pio2.c",
345        "src/math/__rem_pio2_large.c",
346        "src/math/__rem_pio2f.c",
347        "src/math/__rem_pio2l.c",
348        "src/math/__signbit.c",
349        "src/math/__signbitf.c",
350        "src/math/__signbitl.c",
351        "src/math/__sin.c",
352        "src/math/__sindf.c",
353        "src/math/__sinl.c",
354        "src/math/__tan.c",
355        "src/math/__tandf.c",
356        "src/math/__tanl.c",
357        "src/math/acos.c",
358        "src/math/acosf.c",
359        "src/math/acosh.c",
360        "src/math/acoshf.c",
361        "src/math/acoshl.c",
362        "src/math/acosl.c",
363        "src/math/asin.c",
364        "src/math/asinf.c",
365        "src/math/asinh.c",
366        "src/math/asinhf.c",
367        "src/math/asinhl.c",
368        "src/math/asinl.c",
369        "src/math/atan.c",
370        "src/math/atan2.c",
371        "src/math/atan2f.c",
372        "src/math/atan2l.c",
373        "src/math/atanf.c",
374        "src/math/atanh.c",
375        "src/math/atanhf.c",
376        "src/math/atanhl.c",
377        "src/math/atanl.c",
378        "src/math/cbrt.c",
379        "src/math/cbrtf.c",
380        "src/math/cbrtl.c",
381        "src/math/ceil.c",
382        "src/math/ceilf.c",
383        "src/math/ceill.c",
384        "src/math/copysign.c",
385        "src/math/copysignf.c",
386        "src/math/copysignl.c",
387        "src/math/cos.c",
388        "src/math/cosf.c",
389        "src/math/cosh.c",
390        "src/math/coshf.c",
391        "src/math/coshl.c",
392        "src/math/cosl.c",
393        "src/math/erf.c",
394        "src/math/erff.c",
395        "src/math/erfl.c",
396        "src/math/exp.c",
397        "src/math/exp10.c",
398        "src/math/exp10f.c",
399        "src/math/exp10l.c",
400        "src/math/exp2.c",
401        "src/math/exp2f.c",
402        "src/math/exp2f_data.c",
403        "src/math/exp2l.c",
404        "src/math/exp_data.c",
405        "src/math/expf.c",
406        "src/math/expl.c",
407        "src/math/expm1.c",
408        "src/math/expm1f.c",
409        "src/math/expm1l.c",
410        "src/math/fabs.c",
411        "src/math/fabsf.c",
412        "src/math/fabsl.c",
413        "src/math/fdim.c",
414        "src/math/fdimf.c",
415        "src/math/fdiml.c",
416        "src/math/finite.c",
417        "src/math/finitef.c",
418        "src/math/floor.c",
419        "src/math/floorf.c",
420        "src/math/floorl.c",
421        "src/math/fma.c",
422        "src/math/fmaf.c",
423        "src/math/fmal.c",
424        "src/math/fmax.c",
425        "src/math/fmaxf.c",
426        "src/math/fmaxl.c",
427        "src/math/fmin.c",
428        "src/math/fminf.c",
429        "src/math/fminl.c",
430        "src/math/fmod.c",
431        "src/math/fmodf.c",
432        "src/math/fmodl.c",
433        "src/math/frexp.c",
434        "src/math/frexpf.c",
435        "src/math/frexpl.c",
436        "src/math/hypot.c",
437        "src/math/hypotf.c",
438        "src/math/hypotl.c",
439        "src/math/ilogb.c",
440        "src/math/ilogbf.c",
441        "src/math/ilogbl.c",
442        "src/math/j0.c",
443        "src/math/j0f.c",
444        "src/math/j1.c",
445        "src/math/j1f.c",
446        "src/math/jn.c",
447        "src/math/jnf.c",
448        "src/math/ldexp.c",
449        "src/math/ldexpf.c",
450        "src/math/ldexpl.c",
451        "src/math/lgamma.c",
452        "src/math/lgamma_r.c",
453        "src/math/lgammaf.c",
454        "src/math/lgammaf_r.c",
455        "src/math/lgammal.c",
456        "src/math/llrint.c",
457        "src/math/llrintf.c",
458        "src/math/llrintl.c",
459        "src/math/llround.c",
460        "src/math/llroundf.c",
461        "src/math/llroundl.c",
462        "src/math/log.c",
463        "src/math/log10.c",
464        "src/math/log10f.c",
465        "src/math/log10l.c",
466        "src/math/log1p.c",
467        "src/math/log1pf.c",
468        "src/math/log1pl.c",
469        "src/math/log2.c",
470        "src/math/log2_data.c",
471        "src/math/log2f.c",
472        "src/math/log2f_data.c",
473        "src/math/log2l.c",
474        "src/math/log_data.c",
475        "src/math/logb.c",
476        "src/math/logbf.c",
477        "src/math/logbl.c",
478        "src/math/logf.c",
479        "src/math/logf_data.c",
480        "src/math/logl.c",
481        "src/math/lrint.c",
482        "src/math/lrintf.c",
483        "src/math/lrintl.c",
484        "src/math/lround.c",
485        "src/math/lroundf.c",
486        "src/math/lroundl.c",
487        "src/math/modf.c",
488        "src/math/modff.c",
489        "src/math/modfl.c",
490        "src/math/nan.c",
491        "src/math/nanf.c",
492        "src/math/nanl.c",
493        "src/math/nearbyint.c",
494        "src/math/nearbyintf.c",
495        "src/math/nearbyintl.c",
496        "src/math/nextafter.c",
497        "src/math/nextafterf.c",
498        "src/math/nextafterl.c",
499        "src/math/nexttoward.c",
500        "src/math/nexttowardf.c",
501        "src/math/nexttowardl.c",
502        "src/math/pow.c",
503        "src/math/pow_data.c",
504        "src/math/powf.c",
505        "src/math/powf_data.c",
506        "src/math/powl.c",
507        "src/math/remainder.c",
508        "src/math/remainderf.c",
509        "src/math/remainderl.c",
510        "src/math/remquo.c",
511        "src/math/remquof.c",
512        "src/math/remquol.c",
513        "src/math/rint.c",
514        "src/math/rintf.c",
515        "src/math/rintl.c",
516        "src/math/round.c",
517        "src/math/roundf.c",
518        "src/math/roundl.c",
519        "src/math/scalb.c",
520        "src/math/scalbf.c",
521        "src/math/scalbln.c",
522        "src/math/scalblnf.c",
523        "src/math/scalblnl.c",
524        "src/math/scalbn.c",
525        "src/math/scalbnf.c",
526        "src/math/scalbnl.c",
527        "src/math/signgam.c",
528        "src/math/significand.c",
529        "src/math/significandf.c",
530        "src/math/sin.c",
531        "src/math/sincos.c",
532        "src/math/sincosf.c",
533        "src/math/sincosl.c",
534        "src/math/sinf.c",
535        "src/math/sinh.c",
536        "src/math/sinhf.c",
537        "src/math/sinhl.c",
538        "src/math/sinl.c",
539        "src/math/sqrt.c",
540        "src/math/sqrt_data.c",
541        "src/math/sqrtf.c",
542        "src/math/sqrtl.c",
543        "src/math/tan.c",
544        "src/math/tanf.c",
545        "src/math/tanh.c",
546        "src/math/tanhf.c",
547        "src/math/tanhl.c",
548        "src/math/tanl.c",
549        "src/math/tgamma.c",
550        "src/math/tgammaf.c",
551        "src/math/tgammal.c",
552        "src/math/trunc.c",
553        "src/math/truncf.c",
554        "src/math/truncl.c",
555        "src/misc/a64l.c",
556        "src/misc/basename.c",
557        "src/misc/dirname.c",
558        "src/misc/ffs.c",
559        "src/misc/ffsl.c",
560        "src/misc/ffsll.c",
561        "src/misc/fmtmsg.c",
562        "src/misc/forkpty.c",
563        "src/misc/get_current_dir_name.c",
564        "src/misc/getauxval.c",
565        "src/misc/getdomainname.c",
566        "src/misc/getentropy.c",
567        "src/misc/gethostid.c",
568        "src/misc/getopt.c",
569        "src/misc/getopt_long.c",
570        "src/misc/getpriority.c",
571        "src/misc/getresgid.c",
572        "src/misc/getresuid.c",
573        "src/misc/getrlimit.c",
574        "src/misc/getrusage.c",
575        "src/misc/getsubopt.c",
576        "src/misc/initgroups.c",
577        "src/misc/ioctl.c",
578        "src/misc/issetugid.c",
579        "src/misc/lockf.c",
580        "src/misc/login_tty.c",
581        "src/misc/mntent.c",
582        "src/misc/nftw.c",
583        "src/misc/openpty.c",
584        "src/misc/ptsname.c",
585        "src/misc/pty.c",
586        "src/misc/realpath.c",
587        "src/misc/setdomainname.c",
588        "src/misc/setpriority.c",
589        "src/misc/setrlimit.c",
590        "src/misc/syscall.c",
591        "src/misc/syslog.c",
592        "src/misc/uname.c",
593        "src/misc/wordexp.c",
594        "src/mman/madvise.c",
595        "src/mman/mincore.c",
596        "src/mman/mlock.c",
597        "src/mman/mlockall.c",
598        "src/mman/mmap.c",
599        "src/mman/mprotect.c",
600        "src/mman/mremap.c",
601        "src/mman/msync.c",
602        "src/mman/munlock.c",
603        "src/mman/munlockall.c",
604        "src/mman/munmap.c",
605        "src/mman/posix_madvise.c",
606        "src/mman/shm_open.c",
607        "src/mq/mq_close.c",
608        "src/mq/mq_getattr.c",
609        "src/mq/mq_notify.c",
610        "src/mq/mq_open.c",
611        "src/mq/mq_receive.c",
612        "src/mq/mq_send.c",
613        "src/mq/mq_setattr.c",
614        "src/mq/mq_timedreceive.c",
615        "src/mq/mq_timedsend.c",
616        "src/mq/mq_unlink.c",
617        "src/multibyte/btowc.c",
618        "src/multibyte/c16rtomb.c",
619        "src/multibyte/c32rtomb.c",
620        "src/multibyte/internal.c",
621        "src/multibyte/mblen.c",
622        "src/multibyte/mbrlen.c",
623        "src/multibyte/mbrtoc16.c",
624        "src/multibyte/mbrtoc32.c",
625        "src/multibyte/mbrtowc.c",
626        "src/multibyte/mbsinit.c",
627        "src/multibyte/mbsnrtowcs.c",
628        "src/multibyte/mbsrtowcs.c",
629        "src/multibyte/mbstowcs.c",
630        "src/multibyte/mbtowc.c",
631        "src/multibyte/wcrtomb.c",
632        "src/multibyte/wcsnrtombs.c",
633        "src/multibyte/wcsrtombs.c",
634        "src/multibyte/wcstombs.c",
635        "src/multibyte/wctob.c",
636        "src/multibyte/wctomb.c",
637        "src/network/accept.c",
638        "src/network/accept4.c",
639        "src/network/bind.c",
640        "src/network/connect.c",
641        "src/network/dn_comp.c",
642        "src/network/dn_expand.c",
643        "src/network/dn_skipname.c",
644        "src/network/dns_parse.c",
645        "src/network/ent.c",
646        "src/network/ether.c",
647        "src/network/freeaddrinfo.c",
648        "src/network/gai_strerror.c",
649        "src/network/getaddrinfo.c",
650        "src/network/gethostbyaddr.c",
651        "src/network/gethostbyaddr_r.c",
652        "src/network/gethostbyname.c",
653        "src/network/gethostbyname2.c",
654        "src/network/gethostbyname2_r.c",
655        "src/network/gethostbyname_r.c",
656        "src/network/getifaddrs.c",
657        "src/network/getnameinfo.c",
658        "src/network/getpeername.c",
659        "src/network/getservbyname.c",
660        "src/network/getservbyname_r.c",
661        "src/network/getservbyport.c",
662        "src/network/getservbyport_r.c",
663        "src/network/getsockname.c",
664        "src/network/getsockopt.c",
665        "src/network/h_errno.c",
666        "src/network/herror.c",
667        "src/network/hstrerror.c",
668        "src/network/htonl.c",
669        "src/network/htons.c",
670        "src/network/if_freenameindex.c",
671        "src/network/if_indextoname.c",
672        "src/network/if_nameindex.c",
673        "src/network/if_nametoindex.c",
674        "src/network/in6addr_any.c",
675        "src/network/in6addr_loopback.c",
676        "src/network/inet_addr.c",
677        "src/network/inet_aton.c",
678        "src/network/inet_legacy.c",
679        "src/network/inet_ntoa.c",
680        "src/network/inet_ntop.c",
681        "src/network/inet_pton.c",
682        "src/network/listen.c",
683        "src/network/lookup_ipliteral.c",
684        "src/network/lookup_name.c",
685        "src/network/lookup_serv.c",
686        "src/network/netlink.c",
687        "src/network/netname.c",
688        "src/network/ns_parse.c",
689        "src/network/ntohl.c",
690        "src/network/ntohs.c",
691        "src/network/proto.c",
692        "src/network/recv.c",
693        "src/network/recvfrom.c",
694        "src/network/recvmmsg.c",
695        "src/network/recvmsg.c",
696        "src/network/res_init.c",
697        "src/network/res_mkquery.c",
698        "src/network/res_msend.c",
699        "src/network/res_query.c",
700        "src/network/res_querydomain.c",
701        "src/network/res_send.c",
702        "src/network/res_state.c",
703        "src/network/resolvconf.c",
704        "src/network/send.c",
705        "src/network/sendmmsg.c",
706        "src/network/sendmsg.c",
707        "src/network/sendto.c",
708        "src/network/serv.c",
709        "src/network/setsockopt.c",
710        "src/network/shutdown.c",
711        "src/network/sockatmark.c",
712        "src/network/socket.c",
713        "src/network/socketpair.c",
714        "src/passwd/fgetgrent.c",
715        "src/passwd/fgetpwent.c",
716        "src/passwd/fgetspent.c",
717        "src/passwd/getgr_a.c",
718        "src/passwd/getgr_r.c",
719        "src/passwd/getgrent.c",
720        "src/passwd/getgrent_a.c",
721        "src/passwd/getgrouplist.c",
722        "src/passwd/getpw_a.c",
723        "src/passwd/getpw_r.c",
724        "src/passwd/getpwent.c",
725        "src/passwd/getpwent_a.c",
726        "src/passwd/getspent.c",
727        "src/passwd/getspnam.c",
728        "src/passwd/getspnam_r.c",
729        "src/passwd/lckpwdf.c",
730        "src/passwd/nscd_query.c",
731        "src/passwd/putgrent.c",
732        "src/passwd/putpwent.c",
733        "src/passwd/putspent.c",
734        "src/prng/__rand48_step.c",
735        "src/prng/__seed48.c",
736        "src/prng/drand48.c",
737        "src/prng/lcong48.c",
738        "src/prng/lrand48.c",
739        "src/prng/mrand48.c",
740        "src/prng/rand.c",
741        "src/prng/rand_r.c",
742        "src/prng/random.c",
743        "src/prng/seed48.c",
744        "src/prng/srand48.c",
745        "src/process/_Fork.c",
746        "src/process/execl.c",
747        "src/process/execle.c",
748        "src/process/execlp.c",
749        "src/process/execv.c",
750        "src/process/execve.c",
751        "src/process/execvp.c",
752        "src/process/fexecve.c",
753        "src/process/fork.c",
754        "src/process/posix_spawn.c",
755        "src/process/posix_spawn_file_actions_addchdir.c",
756        "src/process/posix_spawn_file_actions_addclose.c",
757        "src/process/posix_spawn_file_actions_adddup2.c",
758        "src/process/posix_spawn_file_actions_addfchdir.c",
759        "src/process/posix_spawn_file_actions_addopen.c",
760        "src/process/posix_spawn_file_actions_destroy.c",
761        "src/process/posix_spawn_file_actions_init.c",
762        "src/process/posix_spawnattr_destroy.c",
763        "src/process/posix_spawnattr_getflags.c",
764        "src/process/posix_spawnattr_getpgroup.c",
765        "src/process/posix_spawnattr_getsigdefault.c",
766        "src/process/posix_spawnattr_getsigmask.c",
767        "src/process/posix_spawnattr_init.c",
768        "src/process/posix_spawnattr_sched.c",
769        "src/process/posix_spawnattr_setflags.c",
770        "src/process/posix_spawnattr_setpgroup.c",
771        "src/process/posix_spawnattr_setsigdefault.c",
772        "src/process/posix_spawnattr_setsigmask.c",
773        "src/process/posix_spawnp.c",
774        "src/process/system.c",
775        "src/process/vfork.c",
776        "src/process/wait.c",
777        "src/process/waitid.c",
778        "src/process/waitpid.c",
779        "src/regex/fnmatch.c",
780        "src/regex/glob.c",
781        "src/regex/regcomp.c",
782        "src/regex/regerror.c",
783        "src/regex/regexec.c",
784        "src/regex/tre-mem.c",
785        "src/sched/affinity.c",
786        "src/sched/sched_cpucount.c",
787        "src/sched/sched_get_priority_max.c",
788        "src/sched/sched_getcpu.c",
789        "src/sched/sched_getparam.c",
790        "src/sched/sched_getscheduler.c",
791        "src/sched/sched_rr_get_interval.c",
792        "src/sched/sched_setparam.c",
793        "src/sched/sched_setscheduler.c",
794        "src/sched/sched_yield.c",
795        "src/search/hsearch.c",
796        "src/search/insque.c",
797        "src/search/lsearch.c",
798        "src/search/tdelete.c",
799        "src/search/tdestroy.c",
800        "src/search/tfind.c",
801        "src/search/tsearch.c",
802        "src/search/twalk.c",
803        "src/select/poll.c",
804        "src/select/ppoll.c",
805        "src/select/pselect.c",
806        "src/select/select.c",
807        "src/setjmp/longjmp.c",
808        "src/setjmp/setjmp.c",
809        "src/signal/block.c",
810        "src/signal/getitimer.c",
811        "src/signal/kill.c",
812        "src/signal/killpg.c",
813        "src/signal/psiginfo.c",
814        "src/signal/psignal.c",
815        "src/signal/raise.c",
816        "src/signal/restore.c",
817        "src/signal/setitimer.c",
818        "src/signal/sigaction.c",
819        "src/signal/sigaddset.c",
820        "src/signal/sigaltstack.c",
821        "src/signal/sigandset.c",
822        "src/signal/sigdelset.c",
823        "src/signal/sigemptyset.c",
824        "src/signal/sigfillset.c",
825        "src/signal/sighold.c",
826        "src/signal/sigignore.c",
827        "src/signal/siginterrupt.c",
828        "src/signal/sigisemptyset.c",
829        "src/signal/sigismember.c",
830        "src/signal/siglongjmp.c",
831        "src/signal/signal.c",
832        "src/signal/sigorset.c",
833        "src/signal/sigpause.c",
834        "src/signal/sigpending.c",
835        "src/signal/sigprocmask.c",
836        "src/signal/sigqueue.c",
837        "src/signal/sigrelse.c",
838        "src/signal/sigrtmax.c",
839        "src/signal/sigrtmin.c",
840        "src/signal/sigset.c",
841        "src/signal/sigsetjmp.c",
842        "src/signal/sigsetjmp_tail.c",
843        "src/signal/sigsuspend.c",
844        "src/signal/sigtimedwait.c",
845        "src/signal/sigwait.c",
846        "src/signal/sigwaitinfo.c",
847        "src/stat/__xstat.c",
848        "src/stat/chmod.c",
849        "src/stat/fchmod.c",
850        "src/stat/fchmodat.c",
851        "src/stat/fstat.c",
852        "src/stat/fstatat.c",
853        "src/stat/futimens.c",
854        "src/stat/futimesat.c",
855        "src/stat/lchmod.c",
856        "src/stat/lstat.c",
857        "src/stat/mkdir.c",
858        "src/stat/mkdirat.c",
859        "src/stat/mkfifo.c",
860        "src/stat/mkfifoat.c",
861        "src/stat/mknod.c",
862        "src/stat/mknodat.c",
863        "src/stat/stat.c",
864        "src/stat/statvfs.c",
865        "src/stat/umask.c",
866        "src/stat/utimensat.c",
867        "src/stdio/__fclose_ca.c",
868        "src/stdio/__fdopen.c",
869        "src/stdio/__fmodeflags.c",
870        "src/stdio/__fopen_rb_ca.c",
871        "src/stdio/__lockfile.c",
872        "src/stdio/__overflow.c",
873        "src/stdio/__stdio_close.c",
874        "src/stdio/__stdio_exit.c",
875        "src/stdio/__stdio_read.c",
876        "src/stdio/__stdio_seek.c",
877        "src/stdio/__stdio_write.c",
878        "src/stdio/__stdout_write.c",
879        "src/stdio/__toread.c",
880        "src/stdio/__towrite.c",
881        "src/stdio/__uflow.c",
882        "src/stdio/asprintf.c",
883        "src/stdio/clearerr.c",
884        "src/stdio/dprintf.c",
885        "src/stdio/ext.c",
886        "src/stdio/ext2.c",
887        "src/stdio/fclose.c",
888        "src/stdio/feof.c",
889        "src/stdio/ferror.c",
890        "src/stdio/fflush.c",
891        "src/stdio/fgetc.c",
892        "src/stdio/fgetln.c",
893        "src/stdio/fgetpos.c",
894        "src/stdio/fgets.c",
895        "src/stdio/fgetwc.c",
896        "src/stdio/fgetws.c",
897        "src/stdio/fileno.c",
898        "src/stdio/flockfile.c",
899        "src/stdio/fmemopen.c",
900        "src/stdio/fopen.c",
901        "src/stdio/fopencookie.c",
902        "src/stdio/fprintf.c",
903        "src/stdio/fputc.c",
904        "src/stdio/fputs.c",
905        "src/stdio/fputwc.c",
906        "src/stdio/fputws.c",
907        "src/stdio/fread.c",
908        "src/stdio/freopen.c",
909        "src/stdio/fscanf.c",
910        "src/stdio/fseek.c",
911        "src/stdio/fsetpos.c",
912        "src/stdio/ftell.c",
913        "src/stdio/ftrylockfile.c",
914        "src/stdio/funlockfile.c",
915        "src/stdio/fwide.c",
916        "src/stdio/fwprintf.c",
917        "src/stdio/fwrite.c",
918        "src/stdio/fwscanf.c",
919        "src/stdio/getc.c",
920        "src/stdio/getc_unlocked.c",
921        "src/stdio/getchar.c",
922        "src/stdio/getchar_unlocked.c",
923        "src/stdio/getdelim.c",
924        "src/stdio/getline.c",
925        "src/stdio/gets.c",
926        "src/stdio/getw.c",
927        "src/stdio/getwc.c",
928        "src/stdio/getwchar.c",
929        "src/stdio/ofl.c",
930        "src/stdio/ofl_add.c",
931        "src/stdio/open_memstream.c",
932        "src/stdio/open_wmemstream.c",
933        "src/stdio/pclose.c",
934        "src/stdio/perror.c",
935        "src/stdio/popen.c",
936        "src/stdio/printf.c",
937        "src/stdio/putc.c",
938        "src/stdio/putc_unlocked.c",
939        "src/stdio/putchar.c",
940        "src/stdio/putchar_unlocked.c",
941        "src/stdio/puts.c",
942        "src/stdio/putw.c",
943        "src/stdio/putwc.c",
944        "src/stdio/putwchar.c",
945        "src/stdio/remove.c",
946        "src/stdio/rename.c",
947        "src/stdio/rewind.c",
948        "src/stdio/scanf.c",
949        "src/stdio/setbuf.c",
950        "src/stdio/setbuffer.c",
951        "src/stdio/setlinebuf.c",
952        "src/stdio/setvbuf.c",
953        "src/stdio/snprintf.c",
954        "src/stdio/sprintf.c",
955        "src/stdio/sscanf.c",
956        "src/stdio/stderr.c",
957        "src/stdio/stdin.c",
958        "src/stdio/stdout.c",
959        "src/stdio/swprintf.c",
960        "src/stdio/swscanf.c",
961        "src/stdio/tempnam.c",
962        "src/stdio/tmpfile.c",
963        "src/stdio/tmpnam.c",
964        "src/stdio/ungetc.c",
965        "src/stdio/ungetwc.c",
966        "src/stdio/vasprintf.c",
967        "src/stdio/vdprintf.c",
968        "src/stdio/vfprintf.c",
969        "src/stdio/vfscanf.c",
970        "src/stdio/vfwprintf.c",
971        "src/stdio/vfwscanf.c",
972        "src/stdio/vprintf.c",
973        "src/stdio/vscanf.c",
974        "src/stdio/vsnprintf.c",
975        "src/stdio/vsprintf.c",
976        "src/stdio/vsscanf.c",
977        "src/stdio/vswprintf.c",
978        "src/stdio/vswscanf.c",
979        "src/stdio/vwprintf.c",
980        "src/stdio/vwscanf.c",
981        "src/stdio/wprintf.c",
982        "src/stdio/wscanf.c",
983        "src/stdlib/abs.c",
984        "src/stdlib/atof.c",
985        "src/stdlib/atoi.c",
986        "src/stdlib/atol.c",
987        "src/stdlib/atoll.c",
988        "src/stdlib/bsearch.c",
989        "src/stdlib/div.c",
990        "src/stdlib/ecvt.c",
991        "src/stdlib/fcvt.c",
992        "src/stdlib/gcvt.c",
993        "src/stdlib/imaxabs.c",
994        "src/stdlib/imaxdiv.c",
995        "src/stdlib/labs.c",
996        "src/stdlib/ldiv.c",
997        "src/stdlib/llabs.c",
998        "src/stdlib/lldiv.c",
999        "src/stdlib/qsort.c",
1000        "src/stdlib/qsort_nr.c",
1001        "src/stdlib/strtod.c",
1002        "src/stdlib/strtol.c",
1003        "src/stdlib/wcstod.c",
1004        "src/stdlib/wcstol.c",
1005        "src/temp/__randname.c",
1006        "src/temp/mkdtemp.c",
1007        "src/temp/mkostemp.c",
1008        "src/temp/mkostemps.c",
1009        "src/temp/mkstemp.c",
1010        "src/temp/mkstemps.c",
1011        "src/temp/mktemp.c",
1012        "src/termios/cfgetospeed.c",
1013        "src/termios/cfmakeraw.c",
1014        "src/termios/cfsetospeed.c",
1015        "src/termios/tcdrain.c",
1016        "src/termios/tcflow.c",
1017        "src/termios/tcflush.c",
1018        "src/termios/tcgetattr.c",
1019        "src/termios/tcgetsid.c",
1020        "src/termios/tcgetwinsize.c",
1021        "src/termios/tcsendbreak.c",
1022        "src/termios/tcsetattr.c",
1023        "src/termios/tcsetwinsize.c",
1024        "src/thread/__lock.c",
1025        "src/thread/__syscall_cp.c",
1026        "src/thread/__timedwait.c",
1027        "src/thread/__tls_get_addr.c",
1028        "src/thread/__unmapself.c",
1029        "src/thread/__wait.c",
1030        "src/thread/call_once.c",
1031        "src/thread/clone.c",
1032        "src/thread/cnd_broadcast.c",
1033        "src/thread/cnd_destroy.c",
1034        "src/thread/cnd_init.c",
1035        "src/thread/cnd_signal.c",
1036        "src/thread/cnd_timedwait.c",
1037        "src/thread/cnd_wait.c",
1038        "src/thread/default_attr.c",
1039        "src/thread/lock_ptc.c",
1040        "src/thread/mtx_destroy.c",
1041        "src/thread/mtx_init.c",
1042        "src/thread/mtx_lock.c",
1043        "src/thread/mtx_timedlock.c",
1044        "src/thread/mtx_trylock.c",
1045        "src/thread/mtx_unlock.c",
1046        "src/thread/pthread_atfork.c",
1047        "src/thread/pthread_attr_destroy.c",
1048        "src/thread/pthread_attr_get.c",
1049        "src/thread/pthread_attr_init.c",
1050        "src/thread/pthread_attr_setdetachstate.c",
1051        "src/thread/pthread_attr_setguardsize.c",
1052        "src/thread/pthread_attr_setinheritsched.c",
1053        "src/thread/pthread_attr_setschedparam.c",
1054        "src/thread/pthread_attr_setschedpolicy.c",
1055        "src/thread/pthread_attr_setscope.c",
1056        "src/thread/pthread_attr_setstack.c",
1057        "src/thread/pthread_attr_setstacksize.c",
1058        "src/thread/pthread_barrier_destroy.c",
1059        "src/thread/pthread_barrier_init.c",
1060        "src/thread/pthread_barrier_wait.c",
1061        "src/thread/pthread_barrierattr_destroy.c",
1062        "src/thread/pthread_barrierattr_init.c",
1063        "src/thread/pthread_barrierattr_setpshared.c",
1064        "src/thread/pthread_cancel.c",
1065        "src/thread/pthread_cleanup_push.c",
1066        "src/thread/pthread_cond_broadcast.c",
1067        "src/thread/pthread_cond_destroy.c",
1068        "src/thread/pthread_cond_init.c",
1069        "src/thread/pthread_cond_signal.c",
1070        "src/thread/pthread_cond_timedwait.c",
1071        "src/thread/pthread_cond_wait.c",
1072        "src/thread/pthread_condattr_destroy.c",
1073        "src/thread/pthread_condattr_init.c",
1074        "src/thread/pthread_condattr_setclock.c",
1075        "src/thread/pthread_condattr_setpshared.c",
1076        "src/thread/pthread_create.c",
1077        "src/thread/pthread_detach.c",
1078        "src/thread/pthread_equal.c",
1079        "src/thread/pthread_getattr_np.c",
1080        "src/thread/pthread_getconcurrency.c",
1081        "src/thread/pthread_getcpuclockid.c",
1082        "src/thread/pthread_getname_np.c",
1083        "src/thread/pthread_getschedparam.c",
1084        "src/thread/pthread_getspecific.c",
1085        "src/thread/pthread_join.c",
1086        "src/thread/pthread_key_create.c",
1087        "src/thread/pthread_kill.c",
1088        "src/thread/pthread_mutex_consistent.c",
1089        "src/thread/pthread_mutex_destroy.c",
1090        "src/thread/pthread_mutex_getprioceiling.c",
1091        "src/thread/pthread_mutex_init.c",
1092        "src/thread/pthread_mutex_lock.c",
1093        "src/thread/pthread_mutex_setprioceiling.c",
1094        "src/thread/pthread_mutex_timedlock.c",
1095        "src/thread/pthread_mutex_trylock.c",
1096        "src/thread/pthread_mutex_unlock.c",
1097        "src/thread/pthread_mutexattr_destroy.c",
1098        "src/thread/pthread_mutexattr_init.c",
1099        "src/thread/pthread_mutexattr_setprotocol.c",
1100        "src/thread/pthread_mutexattr_setpshared.c",
1101        "src/thread/pthread_mutexattr_setrobust.c",
1102        "src/thread/pthread_mutexattr_settype.c",
1103        "src/thread/pthread_once.c",
1104        "src/thread/pthread_rwlock_destroy.c",
1105        "src/thread/pthread_rwlock_init.c",
1106        "src/thread/pthread_rwlock_rdlock.c",
1107        "src/thread/pthread_rwlock_timedrdlock.c",
1108        "src/thread/pthread_rwlock_timedwrlock.c",
1109        "src/thread/pthread_rwlock_tryrdlock.c",
1110        "src/thread/pthread_rwlock_trywrlock.c",
1111        "src/thread/pthread_rwlock_unlock.c",
1112        "src/thread/pthread_rwlock_wrlock.c",
1113        "src/thread/pthread_rwlockattr_destroy.c",
1114        "src/thread/pthread_rwlockattr_init.c",
1115        "src/thread/pthread_rwlockattr_setpshared.c",
1116        "src/thread/pthread_self.c",
1117        "src/thread/pthread_setattr_default_np.c",
1118        "src/thread/pthread_setcancelstate.c",
1119        "src/thread/pthread_setcanceltype.c",
1120        "src/thread/pthread_setconcurrency.c",
1121        "src/thread/pthread_setname_np.c",
1122        "src/thread/pthread_setschedparam.c",
1123        "src/thread/pthread_setschedprio.c",
1124        "src/thread/pthread_setspecific.c",
1125        "src/thread/pthread_sigmask.c",
1126        "src/thread/pthread_spin_destroy.c",
1127        "src/thread/pthread_spin_init.c",
1128        "src/thread/pthread_spin_lock.c",
1129        "src/thread/pthread_spin_trylock.c",
1130        "src/thread/pthread_spin_unlock.c",
1131        "src/thread/pthread_testcancel.c",
1132        "src/thread/sem_destroy.c",
1133        "src/thread/sem_getvalue.c",
1134        "src/thread/sem_init.c",
1135        "src/thread/sem_open.c",
1136        "src/thread/sem_post.c",
1137        "src/thread/sem_timedwait.c",
1138        "src/thread/sem_trywait.c",
1139        "src/thread/sem_unlink.c",
1140        "src/thread/sem_wait.c",
1141        "src/thread/synccall.c",
1142        "src/thread/syscall_cp.c",
1143        "src/thread/thrd_create.c",
1144        "src/thread/thrd_exit.c",
1145        "src/thread/thrd_join.c",
1146        "src/thread/thrd_sleep.c",
1147        "src/thread/thrd_yield.c",
1148        "src/thread/tls.c",
1149        "src/thread/tss_create.c",
1150        "src/thread/tss_delete.c",
1151        "src/thread/tss_set.c",
1152        "src/thread/vmlock.c",
1153        "src/time/__map_file.c",
1154        "src/time/__month_to_secs.c",
1155        "src/time/__secs_to_tm.c",
1156        "src/time/__tm_to_secs.c",
1157        "src/time/__tz.c",
1158        "src/time/__year_to_secs.c",
1159        "src/time/asctime.c",
1160        "src/time/asctime_r.c",
1161        "src/time/clock.c",
1162        "src/time/clock_getcpuclockid.c",
1163        "src/time/clock_getres.c",
1164        "src/time/clock_gettime.c",
1165        "src/time/clock_nanosleep.c",
1166        "src/time/clock_settime.c",
1167        "src/time/ctime.c",
1168        "src/time/ctime_r.c",
1169        "src/time/difftime.c",
1170        "src/time/ftime.c",
1171        "src/time/getdate.c",
1172        "src/time/gettimeofday.c",
1173        "src/time/gmtime.c",
1174        "src/time/gmtime_r.c",
1175        "src/time/localtime.c",
1176        "src/time/localtime_r.c",
1177        "src/time/mktime.c",
1178        "src/time/nanosleep.c",
1179        "src/time/strftime.c",
1180        "src/time/strptime.c",
1181        "src/time/time.c",
1182        "src/time/timegm.c",
1183        "src/time/timer_create.c",
1184        "src/time/timer_delete.c",
1185        "src/time/timer_getoverrun.c",
1186        "src/time/timer_gettime.c",
1187        "src/time/timer_settime.c",
1188        "src/time/times.c",
1189        "src/time/timespec_get.c",
1190        "src/time/utime.c",
1191        "src/time/wcsftime.c",
1192        "src/unistd/_exit.c",
1193        "src/unistd/access.c",
1194        "src/unistd/acct.c",
1195        "src/unistd/alarm.c",
1196        "src/unistd/chdir.c",
1197        "src/unistd/chown.c",
1198        "src/unistd/close.c",
1199        "src/unistd/ctermid.c",
1200        "src/unistd/dup.c",
1201        "src/unistd/dup2.c",
1202        "src/unistd/dup3.c",
1203        "src/unistd/faccessat.c",
1204        "src/unistd/fchdir.c",
1205        "src/unistd/fchown.c",
1206        "src/unistd/fchownat.c",
1207        "src/unistd/fdatasync.c",
1208        "src/unistd/fsync.c",
1209        "src/unistd/ftruncate.c",
1210        "src/unistd/getcwd.c",
1211        "src/unistd/getegid.c",
1212        "src/unistd/geteuid.c",
1213        "src/unistd/getgid.c",
1214        "src/unistd/getgroups.c",
1215        "src/unistd/gethostname.c",
1216        "src/unistd/getlogin.c",
1217        "src/unistd/getlogin_r.c",
1218        "src/unistd/getpgid.c",
1219        "src/unistd/getpgrp.c",
1220        "src/unistd/getpid.c",
1221        "src/unistd/getppid.c",
1222        "src/unistd/getsid.c",
1223        "src/unistd/getuid.c",
1224        "src/unistd/isatty.c",
1225        "src/unistd/lchown.c",
1226        "src/unistd/link.c",
1227        "src/unistd/linkat.c",
1228        "src/unistd/lseek.c",
1229        "src/unistd/nice.c",
1230        "src/unistd/pause.c",
1231        "src/unistd/pipe.c",
1232        "src/unistd/pipe2.c",
1233        "src/unistd/posix_close.c",
1234        "src/unistd/pread.c",
1235        "src/unistd/preadv.c",
1236        "src/unistd/pwrite.c",
1237        "src/unistd/pwritev.c",
1238        "src/unistd/read.c",
1239        "src/unistd/readlink.c",
1240        "src/unistd/readlinkat.c",
1241        "src/unistd/readv.c",
1242        "src/unistd/renameat.c",
1243        "src/unistd/rmdir.c",
1244        "src/unistd/setegid.c",
1245        "src/unistd/seteuid.c",
1246        "src/unistd/setgid.c",
1247        "src/unistd/setpgid.c",
1248        "src/unistd/setpgrp.c",
1249        "src/unistd/setregid.c",
1250        "src/unistd/setresgid.c",
1251        "src/unistd/setresuid.c",
1252        "src/unistd/setreuid.c",
1253        "src/unistd/setsid.c",
1254        "src/unistd/setuid.c",
1255        "src/unistd/setxid.c",
1256        "src/unistd/sleep.c",
1257        "src/unistd/symlink.c",
1258        "src/unistd/symlinkat.c",
1259        "src/unistd/sync.c",
1260        "src/unistd/tcgetpgrp.c",
1261        "src/unistd/tcsetpgrp.c",
1262        "src/unistd/truncate.c",
1263        "src/unistd/ttyname.c",
1264        "src/unistd/ttyname_r.c",
1265        "src/unistd/ualarm.c",
1266        "src/unistd/unlink.c",
1267        "src/unistd/unlinkat.c",
1268        "src/unistd/usleep.c",
1269        "src/unistd/write.c",
1270        "src/unistd/writev.c",
1271    ],
1272    arch: {
1273        arm: {
1274            srcs: [
1275                "src/exit/arm/__aeabi_atexit.c",
1276                "src/fenv/arm/fenv-hf.S",
1277                "src/fenv/arm/fenv.c",
1278                "src/ldso/arm/dlsym.s",
1279                "src/ldso/arm/dlsym_time64.S",
1280                "src/ldso/arm/find_exidx.c",
1281                "src/ldso/arm/tlsdesc.S",
1282                "src/math/arm/fabs.c",
1283                "src/math/arm/fabsf.c",
1284                "src/math/arm/fma.c",
1285                "src/math/arm/fmaf.c",
1286                "src/math/arm/sqrt.c",
1287                "src/math/arm/sqrtf.c",
1288                "src/process/arm/vfork.s",
1289                "src/setjmp/arm/longjmp.S",
1290                "src/setjmp/arm/setjmp.S",
1291                "src/signal/arm/restore.s",
1292                "src/signal/arm/sigsetjmp.s",
1293                "src/thread/arm/__aeabi_read_tp.s",
1294                "src/thread/arm/__unmapself.s",
1295                "src/thread/arm/atomics.s",
1296                "src/thread/arm/clone.s",
1297                "src/thread/arm/syscall_cp.s",
1298            ],
1299            exclude_srcs: [
1300                "src/exit/__aeabi_atexit.c",
1301                "src/fenv/fenv-hf.c",
1302                "src/fenv/fenv.c",
1303                "src/ldso/dlsym.c",
1304                "src/ldso/dlsym_time64.c",
1305                "src/ldso/find_exidx.c",
1306                "src/ldso/tlsdesc.c",
1307                "src/math/fabs.c",
1308                "src/math/fabsf.c",
1309                "src/math/fma.c",
1310                "src/math/fmaf.c",
1311                "src/math/sqrt.c",
1312                "src/math/sqrtf.c",
1313                "src/process/vfork.c",
1314                "src/setjmp/longjmp.c",
1315                "src/setjmp/setjmp.c",
1316                "src/signal/restore.c",
1317                "src/signal/sigsetjmp.c",
1318                "src/thread/__aeabi_read_tp.c",
1319                "src/thread/__unmapself.c",
1320                "src/thread/atomics.c",
1321                "src/thread/clone.c",
1322                "src/thread/syscall_cp.c",
1323            ],
1324        },
1325        arm64: {
1326            srcs: [
1327                "src/fenv/aarch64/fenv.s",
1328                "src/ldso/aarch64/dlsym.s",
1329                "src/ldso/aarch64/tlsdesc.s",
1330                "src/math/aarch64/ceil.c",
1331                "src/math/aarch64/ceilf.c",
1332                "src/math/aarch64/fabs.c",
1333                "src/math/aarch64/fabsf.c",
1334                "src/math/aarch64/floor.c",
1335                "src/math/aarch64/floorf.c",
1336                "src/math/aarch64/fma.c",
1337                "src/math/aarch64/fmaf.c",
1338                "src/math/aarch64/fmax.c",
1339                "src/math/aarch64/fmaxf.c",
1340                "src/math/aarch64/fmin.c",
1341                "src/math/aarch64/fminf.c",
1342                "src/math/aarch64/llrint.c",
1343                "src/math/aarch64/llrintf.c",
1344                "src/math/aarch64/llround.c",
1345                "src/math/aarch64/llroundf.c",
1346                "src/math/aarch64/lrint.c",
1347                "src/math/aarch64/lrintf.c",
1348                "src/math/aarch64/lround.c",
1349                "src/math/aarch64/lroundf.c",
1350                "src/math/aarch64/nearbyint.c",
1351                "src/math/aarch64/nearbyintf.c",
1352                "src/math/aarch64/rint.c",
1353                "src/math/aarch64/rintf.c",
1354                "src/math/aarch64/round.c",
1355                "src/math/aarch64/roundf.c",
1356                "src/math/aarch64/sqrt.c",
1357                "src/math/aarch64/sqrtf.c",
1358                "src/math/aarch64/trunc.c",
1359                "src/math/aarch64/truncf.c",
1360                "src/process/aarch64/vfork.s",
1361                "src/setjmp/aarch64/longjmp.s",
1362                "src/setjmp/aarch64/setjmp.s",
1363                "src/signal/aarch64/restore.s",
1364                "src/signal/aarch64/sigsetjmp.s",
1365                "src/thread/aarch64/__unmapself.s",
1366                "src/thread/aarch64/clone.s",
1367                "src/thread/aarch64/syscall_cp.s",
1368            ],
1369            exclude_srcs: [
1370                "src/fenv/fenv.c",
1371                "src/ldso/dlsym.c",
1372                "src/ldso/tlsdesc.c",
1373                "src/math/ceil.c",
1374                "src/math/ceilf.c",
1375                "src/math/fabs.c",
1376                "src/math/fabsf.c",
1377                "src/math/floor.c",
1378                "src/math/floorf.c",
1379                "src/math/fma.c",
1380                "src/math/fmaf.c",
1381                "src/math/fmax.c",
1382                "src/math/fmaxf.c",
1383                "src/math/fmin.c",
1384                "src/math/fminf.c",
1385                "src/math/llrint.c",
1386                "src/math/llrintf.c",
1387                "src/math/llround.c",
1388                "src/math/llroundf.c",
1389                "src/math/lrint.c",
1390                "src/math/lrintf.c",
1391                "src/math/lround.c",
1392                "src/math/lroundf.c",
1393                "src/math/nearbyint.c",
1394                "src/math/nearbyintf.c",
1395                "src/math/rint.c",
1396                "src/math/rintf.c",
1397                "src/math/round.c",
1398                "src/math/roundf.c",
1399                "src/math/sqrt.c",
1400                "src/math/sqrtf.c",
1401                "src/math/trunc.c",
1402                "src/math/truncf.c",
1403                "src/process/vfork.c",
1404                "src/setjmp/longjmp.c",
1405                "src/setjmp/setjmp.c",
1406                "src/signal/restore.c",
1407                "src/signal/sigsetjmp.c",
1408                "src/thread/__unmapself.c",
1409                "src/thread/clone.c",
1410                "src/thread/syscall_cp.c",
1411            ],
1412        },
1413        x86: {
1414            srcs: [
1415                "src/fenv/i386/fenv.s",
1416                "src/ldso/i386/dlsym.s",
1417                "src/ldso/i386/dlsym_time64.S",
1418                "src/ldso/i386/tlsdesc.s",
1419                "src/math/i386/__invtrigl.s",
1420                "src/math/i386/acos.s",
1421                "src/math/i386/acosf.s",
1422                "src/math/i386/acosl.s",
1423                "src/math/i386/asin.s",
1424                "src/math/i386/asinf.s",
1425                "src/math/i386/asinl.s",
1426                "src/math/i386/atan.s",
1427                "src/math/i386/atan2.s",
1428                "src/math/i386/atan2f.s",
1429                "src/math/i386/atan2l.s",
1430                "src/math/i386/atanf.s",
1431                "src/math/i386/atanl.s",
1432                "src/math/i386/ceil.s",
1433                "src/math/i386/ceilf.s",
1434                "src/math/i386/ceill.s",
1435                "src/math/i386/exp2l.s",
1436                "src/math/i386/exp_ld.s",
1437                "src/math/i386/expl.s",
1438                "src/math/i386/expm1l.s",
1439                "src/math/i386/fabs.c",
1440                "src/math/i386/fabsf.c",
1441                "src/math/i386/fabsl.c",
1442                "src/math/i386/floor.s",
1443                "src/math/i386/floorf.s",
1444                "src/math/i386/floorl.s",
1445                "src/math/i386/fmod.c",
1446                "src/math/i386/fmodf.c",
1447                "src/math/i386/fmodl.c",
1448                "src/math/i386/hypot.s",
1449                "src/math/i386/hypotf.s",
1450                "src/math/i386/ldexp.s",
1451                "src/math/i386/ldexpf.s",
1452                "src/math/i386/ldexpl.s",
1453                "src/math/i386/llrint.c",
1454                "src/math/i386/llrintf.c",
1455                "src/math/i386/llrintl.c",
1456                "src/math/i386/log.s",
1457                "src/math/i386/log10.s",
1458                "src/math/i386/log10f.s",
1459                "src/math/i386/log10l.s",
1460                "src/math/i386/log1p.s",
1461                "src/math/i386/log1pf.s",
1462                "src/math/i386/log1pl.s",
1463                "src/math/i386/log2.s",
1464                "src/math/i386/log2f.s",
1465                "src/math/i386/log2l.s",
1466                "src/math/i386/logf.s",
1467                "src/math/i386/logl.s",
1468                "src/math/i386/lrint.c",
1469                "src/math/i386/lrintf.c",
1470                "src/math/i386/lrintl.c",
1471                "src/math/i386/remainder.c",
1472                "src/math/i386/remainderf.c",
1473                "src/math/i386/remainderl.c",
1474                "src/math/i386/remquo.s",
1475                "src/math/i386/remquof.s",
1476                "src/math/i386/remquol.s",
1477                "src/math/i386/rint.c",
1478                "src/math/i386/rintf.c",
1479                "src/math/i386/rintl.c",
1480                "src/math/i386/scalbln.s",
1481                "src/math/i386/scalblnf.s",
1482                "src/math/i386/scalblnl.s",
1483                "src/math/i386/scalbn.s",
1484                "src/math/i386/scalbnf.s",
1485                "src/math/i386/scalbnl.s",
1486                "src/math/i386/sqrt.c",
1487                "src/math/i386/sqrtf.c",
1488                "src/math/i386/sqrtl.c",
1489                "src/math/i386/trunc.s",
1490                "src/math/i386/truncf.s",
1491                "src/math/i386/truncl.s",
1492                "src/process/i386/vfork.s",
1493                "src/setjmp/i386/longjmp.s",
1494                "src/setjmp/i386/setjmp.s",
1495                "src/signal/i386/restore.s",
1496                "src/signal/i386/sigsetjmp.s",
1497                "src/thread/i386/__unmapself.s",
1498                "src/thread/i386/clone.s",
1499                "src/thread/i386/syscall_cp.s",
1500                "src/thread/i386/tls.s",
1501            ],
1502            exclude_srcs: [
1503                "src/fenv/fenv.c",
1504                "src/ldso/dlsym.c",
1505                "src/ldso/dlsym_time64.c",
1506                "src/ldso/tlsdesc.c",
1507                "src/math/__invtrigl.c",
1508                "src/math/acos.c",
1509                "src/math/acosf.c",
1510                "src/math/acosl.c",
1511                "src/math/asin.c",
1512                "src/math/asinf.c",
1513                "src/math/asinl.c",
1514                "src/math/atan.c",
1515                "src/math/atan2.c",
1516                "src/math/atan2f.c",
1517                "src/math/atan2l.c",
1518                "src/math/atanf.c",
1519                "src/math/atanl.c",
1520                "src/math/ceil.c",
1521                "src/math/ceilf.c",
1522                "src/math/ceill.c",
1523                "src/math/exp2l.c",
1524                "src/math/exp_ld.c",
1525                "src/math/expl.c",
1526                "src/math/expm1l.c",
1527                "src/math/fabs.c",
1528                "src/math/fabsf.c",
1529                "src/math/fabsl.c",
1530                "src/math/floor.c",
1531                "src/math/floorf.c",
1532                "src/math/floorl.c",
1533                "src/math/fmod.c",
1534                "src/math/fmodf.c",
1535                "src/math/fmodl.c",
1536                "src/math/hypot.c",
1537                "src/math/hypotf.c",
1538                "src/math/ldexp.c",
1539                "src/math/ldexpf.c",
1540                "src/math/ldexpl.c",
1541                "src/math/llrint.c",
1542                "src/math/llrintf.c",
1543                "src/math/llrintl.c",
1544                "src/math/log.c",
1545                "src/math/log10.c",
1546                "src/math/log10f.c",
1547                "src/math/log10l.c",
1548                "src/math/log1p.c",
1549                "src/math/log1pf.c",
1550                "src/math/log1pl.c",
1551                "src/math/log2.c",
1552                "src/math/log2f.c",
1553                "src/math/log2l.c",
1554                "src/math/logf.c",
1555                "src/math/logl.c",
1556                "src/math/lrint.c",
1557                "src/math/lrintf.c",
1558                "src/math/lrintl.c",
1559                "src/math/remainder.c",
1560                "src/math/remainderf.c",
1561                "src/math/remainderl.c",
1562                "src/math/remquo.c",
1563                "src/math/remquof.c",
1564                "src/math/remquol.c",
1565                "src/math/rint.c",
1566                "src/math/rintf.c",
1567                "src/math/rintl.c",
1568                "src/math/scalbln.c",
1569                "src/math/scalblnf.c",
1570                "src/math/scalblnl.c",
1571                "src/math/scalbn.c",
1572                "src/math/scalbnf.c",
1573                "src/math/scalbnl.c",
1574                "src/math/sqrt.c",
1575                "src/math/sqrtf.c",
1576                "src/math/sqrtl.c",
1577                "src/math/trunc.c",
1578                "src/math/truncf.c",
1579                "src/math/truncl.c",
1580                "src/process/vfork.c",
1581                "src/setjmp/longjmp.c",
1582                "src/setjmp/setjmp.c",
1583                "src/signal/restore.c",
1584                "src/signal/sigsetjmp.c",
1585                "src/thread/__unmapself.c",
1586                "src/thread/clone.c",
1587                "src/thread/syscall_cp.c",
1588                "src/thread/tls.c",
1589            ],
1590        },
1591        x86_64: {
1592            srcs: [
1593                "src/fenv/x86_64/fenv.s",
1594                "src/ldso/x86_64/dlsym.s",
1595                "src/ldso/x86_64/tlsdesc.s",
1596                "src/math/x86_64/__invtrigl.s",
1597                "src/math/x86_64/acosl.s",
1598                "src/math/x86_64/asinl.s",
1599                "src/math/x86_64/atan2l.s",
1600                "src/math/x86_64/atanl.s",
1601                "src/math/x86_64/ceill.s",
1602                "src/math/x86_64/exp2l.s",
1603                "src/math/x86_64/expl.s",
1604                "src/math/x86_64/expm1l.s",
1605                "src/math/x86_64/fabs.c",
1606                "src/math/x86_64/fabsf.c",
1607                "src/math/x86_64/fabsl.c",
1608                "src/math/x86_64/floorl.s",
1609                "src/math/x86_64/fma.c",
1610                "src/math/x86_64/fmaf.c",
1611                "src/math/x86_64/fmodl.c",
1612                "src/math/x86_64/llrint.c",
1613                "src/math/x86_64/llrintf.c",
1614                "src/math/x86_64/llrintl.c",
1615                "src/math/x86_64/log10l.s",
1616                "src/math/x86_64/log1pl.s",
1617                "src/math/x86_64/log2l.s",
1618                "src/math/x86_64/logl.s",
1619                "src/math/x86_64/lrint.c",
1620                "src/math/x86_64/lrintf.c",
1621                "src/math/x86_64/lrintl.c",
1622                "src/math/x86_64/remainderl.c",
1623                "src/math/x86_64/remquol.c",
1624                "src/math/x86_64/rintl.c",
1625                "src/math/x86_64/sqrt.c",
1626                "src/math/x86_64/sqrtf.c",
1627                "src/math/x86_64/sqrtl.c",
1628                "src/math/x86_64/truncl.s",
1629                "src/process/x86_64/vfork.s",
1630                "src/setjmp/x86_64/longjmp.s",
1631                "src/setjmp/x86_64/setjmp.s",
1632                "src/signal/x86_64/restore.s",
1633                "src/signal/x86_64/sigsetjmp.s",
1634                "src/thread/x86_64/__unmapself.s",
1635                "src/thread/x86_64/clone.s",
1636                "src/thread/x86_64/syscall_cp.s",
1637            ],
1638            exclude_srcs: [
1639                "src/fenv/fenv.c",
1640                "src/ldso/dlsym.c",
1641                "src/ldso/tlsdesc.c",
1642                "src/math/__invtrigl.c",
1643                "src/math/acosl.c",
1644                "src/math/asinl.c",
1645                "src/math/atan2l.c",
1646                "src/math/atanl.c",
1647                "src/math/ceill.c",
1648                "src/math/exp2l.c",
1649                "src/math/expl.c",
1650                "src/math/expm1l.c",
1651                "src/math/fabs.c",
1652                "src/math/fabsf.c",
1653                "src/math/fabsl.c",
1654                "src/math/floorl.c",
1655                "src/math/fma.c",
1656                "src/math/fmaf.c",
1657                "src/math/fmodl.c",
1658                "src/math/llrint.c",
1659                "src/math/llrintf.c",
1660                "src/math/llrintl.c",
1661                "src/math/log10l.c",
1662                "src/math/log1pl.c",
1663                "src/math/log2l.c",
1664                "src/math/logl.c",
1665                "src/math/lrint.c",
1666                "src/math/lrintf.c",
1667                "src/math/lrintl.c",
1668                "src/math/remainderl.c",
1669                "src/math/remquol.c",
1670                "src/math/rintl.c",
1671                "src/math/sqrt.c",
1672                "src/math/sqrtf.c",
1673                "src/math/sqrtl.c",
1674                "src/math/truncl.c",
1675                "src/process/vfork.c",
1676                "src/setjmp/longjmp.c",
1677                "src/setjmp/setjmp.c",
1678                "src/signal/restore.c",
1679                "src/signal/sigsetjmp.c",
1680                "src/thread/__unmapself.c",
1681                "src/thread/clone.c",
1682                "src/thread/syscall_cp.c",
1683            ],
1684        },
1685    },
1686}
1687
1688cc_defaults {
1689    name: "libc_musl_compat32_sources",
1690    srcs: [
1691        "compat/time32/__xstat.c",
1692        "compat/time32/adjtime32.c",
1693        "compat/time32/adjtimex_time32.c",
1694        "compat/time32/aio_suspend_time32.c",
1695        "compat/time32/clock_adjtime32.c",
1696        "compat/time32/clock_getres_time32.c",
1697        "compat/time32/clock_gettime32.c",
1698        "compat/time32/clock_nanosleep_time32.c",
1699        "compat/time32/clock_settime32.c",
1700        "compat/time32/cnd_timedwait_time32.c",
1701        "compat/time32/ctime32.c",
1702        "compat/time32/ctime32_r.c",
1703        "compat/time32/difftime32.c",
1704        "compat/time32/fstat_time32.c",
1705        "compat/time32/fstatat_time32.c",
1706        "compat/time32/ftime32.c",
1707        "compat/time32/futimens_time32.c",
1708        "compat/time32/futimes_time32.c",
1709        "compat/time32/futimesat_time32.c",
1710        "compat/time32/getitimer_time32.c",
1711        "compat/time32/getrusage_time32.c",
1712        "compat/time32/gettimeofday_time32.c",
1713        "compat/time32/gmtime32.c",
1714        "compat/time32/gmtime32_r.c",
1715        "compat/time32/localtime32.c",
1716        "compat/time32/localtime32_r.c",
1717        "compat/time32/lstat_time32.c",
1718        "compat/time32/lutimes_time32.c",
1719        "compat/time32/mktime32.c",
1720        "compat/time32/mq_timedreceive_time32.c",
1721        "compat/time32/mq_timedsend_time32.c",
1722        "compat/time32/mtx_timedlock_time32.c",
1723        "compat/time32/nanosleep_time32.c",
1724        "compat/time32/ppoll_time32.c",
1725        "compat/time32/pselect_time32.c",
1726        "compat/time32/pthread_cond_timedwait_time32.c",
1727        "compat/time32/pthread_mutex_timedlock_time32.c",
1728        "compat/time32/pthread_rwlock_timedrdlock_time32.c",
1729        "compat/time32/pthread_rwlock_timedwrlock_time32.c",
1730        "compat/time32/pthread_timedjoin_np_time32.c",
1731        "compat/time32/recvmmsg_time32.c",
1732        "compat/time32/sched_rr_get_interval_time32.c",
1733        "compat/time32/select_time32.c",
1734        "compat/time32/sem_timedwait_time32.c",
1735        "compat/time32/semtimedop_time32.c",
1736        "compat/time32/setitimer_time32.c",
1737        "compat/time32/settimeofday_time32.c",
1738        "compat/time32/sigtimedwait_time32.c",
1739        "compat/time32/stat_time32.c",
1740        "compat/time32/stime32.c",
1741        "compat/time32/thrd_sleep_time32.c",
1742        "compat/time32/time32.c",
1743        "compat/time32/time32gm.c",
1744        "compat/time32/timer_gettime32.c",
1745        "compat/time32/timer_settime32.c",
1746        "compat/time32/timerfd_gettime32.c",
1747        "compat/time32/timerfd_settime32.c",
1748        "compat/time32/timespec_get_time32.c",
1749        "compat/time32/utime_time32.c",
1750        "compat/time32/utimensat_time32.c",
1751        "compat/time32/utimes_time32.c",
1752        "compat/time32/wait3_time32.c",
1753        "compat/time32/wait4_time32.c",
1754    ],
1755}
1756
1757cc_defaults {
1758    name: "libc_musl_opt_sources",
1759    srcs: [
1760        "src/internal/defsysinfo.c",
1761        "src/internal/emulate_wait4.c",
1762        "src/internal/floatscan.c",
1763        "src/internal/intscan.c",
1764        "src/internal/libc.c",
1765        "src/internal/procfdname.c",
1766        "src/internal/shgetc.c",
1767        "src/internal/syscall_ret.c",
1768        "src/internal/vdso.c",
1769        "src/internal/version.c",
1770        "src/malloc/calloc.c",
1771        "src/malloc/free.c",
1772        "src/malloc/libc_calloc.c",
1773        "src/malloc/lite_malloc.c",
1774        "src/malloc/memalign.c",
1775        "src/malloc/posix_memalign.c",
1776        "src/malloc/realloc.c",
1777        "src/malloc/reallocarray.c",
1778        "src/malloc/replaced.c",
1779        "src/string/bcmp.c",
1780        "src/string/bcopy.c",
1781        "src/string/bzero.c",
1782        "src/string/explicit_bzero.c",
1783        "src/string/index.c",
1784        "src/string/memccpy.c",
1785        "src/string/memchr.c",
1786        "src/string/memcmp.c",
1787        "src/string/memmem.c",
1788        "src/string/memmove.c",
1789        "src/string/mempcpy.c",
1790        "src/string/memrchr.c",
1791        "src/string/rindex.c",
1792        "src/string/stpcpy.c",
1793        "src/string/stpncpy.c",
1794        "src/string/strcasecmp.c",
1795        "src/string/strcasestr.c",
1796        "src/string/strcat.c",
1797        "src/string/strchr.c",
1798        "src/string/strchrnul.c",
1799        "src/string/strcmp.c",
1800        "src/string/strcpy.c",
1801        "src/string/strcspn.c",
1802        "src/string/strdup.c",
1803        "src/string/strerror_r.c",
1804        "src/string/strlcat.c",
1805        "src/string/strlcpy.c",
1806        "src/string/strlen.c",
1807        "src/string/strncasecmp.c",
1808        "src/string/strncat.c",
1809        "src/string/strncmp.c",
1810        "src/string/strncpy.c",
1811        "src/string/strndup.c",
1812        "src/string/strnlen.c",
1813        "src/string/strpbrk.c",
1814        "src/string/strrchr.c",
1815        "src/string/strsep.c",
1816        "src/string/strsignal.c",
1817        "src/string/strspn.c",
1818        "src/string/strstr.c",
1819        "src/string/strtok.c",
1820        "src/string/strtok_r.c",
1821        "src/string/strverscmp.c",
1822        "src/string/swab.c",
1823        "src/string/wcpcpy.c",
1824        "src/string/wcpncpy.c",
1825        "src/string/wcscasecmp.c",
1826        "src/string/wcscasecmp_l.c",
1827        "src/string/wcscat.c",
1828        "src/string/wcschr.c",
1829        "src/string/wcscmp.c",
1830        "src/string/wcscpy.c",
1831        "src/string/wcscspn.c",
1832        "src/string/wcsdup.c",
1833        "src/string/wcslen.c",
1834        "src/string/wcsncasecmp.c",
1835        "src/string/wcsncasecmp_l.c",
1836        "src/string/wcsncat.c",
1837        "src/string/wcsncmp.c",
1838        "src/string/wcsncpy.c",
1839        "src/string/wcsnlen.c",
1840        "src/string/wcspbrk.c",
1841        "src/string/wcsrchr.c",
1842        "src/string/wcsspn.c",
1843        "src/string/wcsstr.c",
1844        "src/string/wcstok.c",
1845        "src/string/wcswcs.c",
1846        "src/string/wmemchr.c",
1847        "src/string/wmemcmp.c",
1848        "src/string/wmemcpy.c",
1849        "src/string/wmemmove.c",
1850        "src/string/wmemset.c",
1851    ],
1852    arch: {
1853        arm: {
1854            srcs: [
1855                "src/string/arm/__aeabi_memcpy.s",
1856                "src/string/arm/__aeabi_memset.s",
1857            ],
1858            exclude_srcs: [
1859                "src/string/__aeabi_memcpy.c",
1860                "src/string/__aeabi_memset.c",
1861            ],
1862        },
1863        x86: {
1864            srcs: [
1865                "src/internal/i386/defsysinfo.s",
1866                "src/string/i386/memmove.s",
1867            ],
1868            exclude_srcs: [
1869                "src/internal/defsysinfo.c",
1870                "src/string/memmove.c",
1871            ],
1872        },
1873        x86_64: {
1874            srcs: [
1875                "src/string/x86_64/memmove.s",
1876            ],
1877            exclude_srcs: [
1878                "src/string/memmove.c",
1879            ],
1880        },
1881    },
1882}
1883
1884cc_defaults {
1885    name: "libc_musl_opt_nossp_sources",
1886    srcs: [
1887        "src/string/memcpy.c",
1888        "src/string/memset.c",
1889    ],
1890    arch: {
1891        arm: {
1892            srcs: [
1893                "src/string/arm/memcpy.S",
1894            ],
1895            exclude_srcs: [
1896                "src/string/memcpy.c",
1897            ],
1898        },
1899        arm64: {
1900            srcs: [
1901                "src/string/aarch64/memcpy.S",
1902                "src/string/aarch64/memset.S",
1903            ],
1904            exclude_srcs: [
1905                "src/string/memcpy.c",
1906                "src/string/memset.c",
1907            ],
1908        },
1909        x86: {
1910            srcs: [
1911                "src/string/i386/memcpy.s",
1912                "src/string/i386/memset.s",
1913            ],
1914            exclude_srcs: [
1915                "src/string/memcpy.c",
1916                "src/string/memset.c",
1917            ],
1918        },
1919        x86_64: {
1920            srcs: [
1921                "src/string/x86_64/memcpy.s",
1922                "src/string/x86_64/memset.s",
1923            ],
1924            exclude_srcs: [
1925                "src/string/memcpy.c",
1926                "src/string/memset.c",
1927            ],
1928        },
1929    },
1930}
1931
1932cc_defaults {
1933    name: "libc_musl_nossp_sources",
1934    srcs: [
1935        "src/env/__init_tls.c",
1936        "src/env/__libc_start_main.c",
1937        "src/env/__stack_chk_fail.c",
1938        "src/thread/__set_thread_area.c",
1939    ],
1940    arch: {
1941        arm: {
1942            srcs: [
1943                "src/thread/arm/__set_thread_area.c",
1944            ],
1945            exclude_srcs: [
1946                "src/thread/__set_thread_area.c",
1947            ],
1948        },
1949        arm64: {
1950            srcs: [
1951                "src/thread/aarch64/__set_thread_area.s",
1952            ],
1953            exclude_srcs: [
1954                "src/thread/__set_thread_area.c",
1955            ],
1956        },
1957        x86: {
1958            srcs: [
1959                "src/thread/i386/__set_thread_area.s",
1960            ],
1961            exclude_srcs: [
1962                "src/thread/__set_thread_area.c",
1963            ],
1964        },
1965        x86_64: {
1966            srcs: [
1967                "src/thread/x86_64/__set_thread_area.s",
1968            ],
1969            exclude_srcs: [
1970                "src/thread/__set_thread_area.c",
1971            ],
1972        },
1973    },
1974}
1975
1976cc_defaults {
1977    name: "libc_musl_ldso_sources",
1978    srcs: [
1979        "ldso/dlstart.c",
1980        "ldso/dynlink.c",
1981    ],
1982}
1983
1984cc_defaults {
1985    name: "libc_musl_Scrt1_sources",
1986    srcs: [
1987        "crt/Scrt1.c",
1988    ],
1989}
1990
1991cc_defaults {
1992    name: "libc_musl_crt1_sources",
1993    srcs: [
1994        "crt/crt1.c",
1995    ],
1996}
1997
1998cc_defaults {
1999    name: "libc_musl_crti_sources",
2000    srcs: [
2001        "crt/crti.c",
2002    ],
2003    arch: {
2004        arm: {
2005            srcs: [
2006                "crt/arm/crti.s",
2007            ],
2008            exclude_srcs: [
2009                "crt/crti.c",
2010            ],
2011        },
2012        arm64: {
2013            srcs: [
2014                "crt/aarch64/crti.s",
2015            ],
2016            exclude_srcs: [
2017                "crt/crti.c",
2018            ],
2019        },
2020        x86: {
2021            srcs: [
2022                "crt/i386/crti.s",
2023            ],
2024            exclude_srcs: [
2025                "crt/crti.c",
2026            ],
2027        },
2028        x86_64: {
2029            srcs: [
2030                "crt/x86_64/crti.s",
2031            ],
2032            exclude_srcs: [
2033                "crt/crti.c",
2034            ],
2035        },
2036    },
2037}
2038
2039cc_defaults {
2040    name: "libc_musl_crtn_sources",
2041    srcs: [
2042        "crt/crtn.c",
2043    ],
2044    arch: {
2045        arm: {
2046            srcs: [
2047                "crt/arm/crtn.s",
2048            ],
2049            exclude_srcs: [
2050                "crt/crtn.c",
2051            ],
2052        },
2053        arm64: {
2054            srcs: [
2055                "crt/aarch64/crtn.s",
2056            ],
2057            exclude_srcs: [
2058                "crt/crtn.c",
2059            ],
2060        },
2061        x86: {
2062            srcs: [
2063                "crt/i386/crtn.s",
2064            ],
2065            exclude_srcs: [
2066                "crt/crtn.c",
2067            ],
2068        },
2069        x86_64: {
2070            srcs: [
2071                "crt/x86_64/crtn.s",
2072            ],
2073            exclude_srcs: [
2074                "crt/crtn.c",
2075            ],
2076        },
2077    },
2078}
2079
2080cc_defaults {
2081    name: "libc_musl_rcrt1_sources",
2082    srcs: [
2083        "crt/rcrt1.c",
2084    ],
2085}
2086