1return {
2 srcs={
3 -- <cd src && printf "\t\t'%s',\n" src/*/*.c src/malloc/mallocng/*.c
4 'src/aio/aio.c',
5 'src/aio/aio_suspend.c',
6 'src/aio/lio_listio.c',
7 'src/complex/__cexp.c',
8 'src/complex/__cexpf.c',
9 'src/complex/cabs.c',
10 'src/complex/cabsf.c',
11 'src/complex/cabsl.c',
12 'src/complex/cacos.c',
13 'src/complex/cacosf.c',
14 'src/complex/cacosh.c',
15 'src/complex/cacoshf.c',
16 'src/complex/cacoshl.c',
17 'src/complex/cacosl.c',
18 'src/complex/carg.c',
19 'src/complex/cargf.c',
20 'src/complex/cargl.c',
21 'src/complex/casin.c',
22 'src/complex/casinf.c',
23 'src/complex/casinh.c',
24 'src/complex/casinhf.c',
25 'src/complex/casinhl.c',
26 'src/complex/casinl.c',
27 'src/complex/catan.c',
28 'src/complex/catanf.c',
29 'src/complex/catanh.c',
30 'src/complex/catanhf.c',
31 'src/complex/catanhl.c',
32 'src/complex/catanl.c',
33 'src/complex/ccos.c',
34 'src/complex/ccosf.c',
35 'src/complex/ccosh.c',
36 'src/complex/ccoshf.c',
37 'src/complex/ccoshl.c',
38 'src/complex/ccosl.c',
39 'src/complex/cexp.c',
40 'src/complex/cexpf.c',
41 'src/complex/cexpl.c',
42 'src/complex/cimag.c',
43 'src/complex/cimagf.c',
44 'src/complex/cimagl.c',
45 'src/complex/clog.c',
46 'src/complex/clogf.c',
47 'src/complex/clogl.c',
48 'src/complex/conj.c',
49 'src/complex/conjf.c',
50 'src/complex/conjl.c',
51 'src/complex/cpow.c',
52 'src/complex/cpowf.c',
53 'src/complex/cpowl.c',
54 'src/complex/cproj.c',
55 'src/complex/cprojf.c',
56 'src/complex/cprojl.c',
57 'src/complex/creal.c',
58 'src/complex/crealf.c',
59 'src/complex/creall.c',
60 'src/complex/csin.c',
61 'src/complex/csinf.c',
62 'src/complex/csinh.c',
63 'src/complex/csinhf.c',
64 'src/complex/csinhl.c',
65 'src/complex/csinl.c',
66 'src/complex/csqrt.c',
67 'src/complex/csqrtf.c',
68 'src/complex/csqrtl.c',
69 'src/complex/ctan.c',
70 'src/complex/ctanf.c',
71 'src/complex/ctanh.c',
72 'src/complex/ctanhf.c',
73 'src/complex/ctanhl.c',
74 'src/complex/ctanl.c',
75 'src/conf/confstr.c',
76 'src/conf/fpathconf.c',
77 'src/conf/legacy.c',
78 'src/conf/pathconf.c',
79 'src/conf/sysconf.c',
80 'src/crypt/crypt.c',
81 'src/crypt/crypt_blowfish.c',
82 'src/crypt/crypt_des.c',
83 'src/crypt/crypt_md5.c',
84 'src/crypt/crypt_r.c',
85 'src/crypt/crypt_sha256.c',
86 'src/crypt/crypt_sha512.c',
87 'src/crypt/encrypt.c',
88 'src/ctype/__ctype_b_loc.c',
89 'src/ctype/__ctype_get_mb_cur_max.c',
90 'src/ctype/__ctype_tolower_loc.c',
91 'src/ctype/__ctype_toupper_loc.c',
92 'src/ctype/isalnum.c',
93 'src/ctype/isalpha.c',
94 'src/ctype/isascii.c',
95 'src/ctype/isblank.c',
96 'src/ctype/iscntrl.c',
97 'src/ctype/isdigit.c',
98 'src/ctype/isgraph.c',
99 'src/ctype/islower.c',
100 'src/ctype/isprint.c',
101 'src/ctype/ispunct.c',
102 'src/ctype/isspace.c',
103 'src/ctype/isupper.c',
104 'src/ctype/iswalnum.c',
105 'src/ctype/iswalpha.c',
106 'src/ctype/iswblank.c',
107 'src/ctype/iswcntrl.c',
108 'src/ctype/iswctype.c',
109 'src/ctype/iswdigit.c',
110 'src/ctype/iswgraph.c',
111 'src/ctype/iswlower.c',
112 'src/ctype/iswprint.c',
113 'src/ctype/iswpunct.c',
114 'src/ctype/iswspace.c',
115 'src/ctype/iswupper.c',
116 'src/ctype/iswxdigit.c',
117 'src/ctype/isxdigit.c',
118 'src/ctype/toascii.c',
119 'src/ctype/tolower.c',
120 'src/ctype/toupper.c',
121 'src/ctype/towctrans.c',
122 'src/ctype/wcswidth.c',
123 'src/ctype/wctrans.c',
124 'src/ctype/wcwidth.c',
125 'src/dirent/alphasort.c',
126 'src/dirent/closedir.c',
127 'src/dirent/dirfd.c',
128 'src/dirent/fdopendir.c',
129 'src/dirent/opendir.c',
130 'src/dirent/posix_getdents.c',
131 'src/dirent/readdir.c',
132 'src/dirent/readdir_r.c',
133 'src/dirent/rewinddir.c',
134 'src/dirent/scandir.c',
135 'src/dirent/seekdir.c',
136 'src/dirent/telldir.c',
137 'src/dirent/versionsort.c',
138 'src/env/__environ.c',
139 'src/env/__init_tls.c',
140 'src/env/__libc_start_main.c',
141 'src/env/__reset_tls.c',
142 'src/env/__stack_chk_fail.c',
143 'src/env/clearenv.c',
144 'src/env/getenv.c',
145 'src/env/putenv.c',
146 'src/env/secure_getenv.c',
147 'src/env/setenv.c',
148 'src/env/unsetenv.c',
149 'src/errno/__errno_location.c',
150 'src/errno/strerror.c',
151 'src/exit/_Exit.c',
152 'src/exit/abort.c',
153 'src/exit/abort_lock.c',
154 'src/exit/assert.c',
155 'src/exit/at_quick_exit.c',
156 'src/exit/atexit.c',
157 'src/exit/exit.c',
158 'src/exit/quick_exit.c',
159 'src/fcntl/creat.c',
160 'src/fcntl/fcntl.c',
161 'src/fcntl/open.c',
162 'src/fcntl/openat.c',
163 'src/fcntl/posix_fadvise.c',
164 'src/fcntl/posix_fallocate.c',
165 'src/fenv/__flt_rounds.c',
166 'src/fenv/fegetexceptflag.c',
167 'src/fenv/feholdexcept.c',
168 'src/fenv/fenv.c',
169 'src/fenv/fesetexceptflag.c',
170 'src/fenv/fesetround.c',
171 'src/fenv/feupdateenv.c',
172 'src/internal/defsysinfo.c',
173 'src/internal/emulate_wait4.c',
174 'src/internal/floatscan.c',
175 'src/internal/intscan.c',
176 'src/internal/libc.c',
177 'src/internal/procfdname.c',
178 'src/internal/shgetc.c',
179 'src/internal/syscall_ret.c',
180 'src/internal/vdso.c',
181 'src/internal/version.c',
182 'src/ipc/ftok.c',
183 'src/ipc/msgctl.c',
184 'src/ipc/msgget.c',
185 'src/ipc/msgrcv.c',
186 'src/ipc/msgsnd.c',
187 'src/ipc/semctl.c',
188 'src/ipc/semget.c',
189 'src/ipc/semop.c',
190 'src/ipc/semtimedop.c',
191 'src/ipc/shmat.c',
192 'src/ipc/shmctl.c',
193 'src/ipc/shmdt.c',
194 'src/ipc/shmget.c',
195 'src/ldso/__dlsym.c',
196 'src/ldso/dl_iterate_phdr.c',
197 'src/ldso/dladdr.c',
198 'src/ldso/dlclose.c',
199 'src/ldso/dlerror.c',
200 'src/ldso/dlinfo.c',
201 'src/ldso/dlopen.c',
202 'src/ldso/dlsym.c',
203 'src/ldso/tlsdesc.c',
204 'src/legacy/cuserid.c',
205 'src/legacy/daemon.c',
206 'src/legacy/err.c',
207 'src/legacy/euidaccess.c',
208 'src/legacy/ftw.c',
209 'src/legacy/futimes.c',
210 'src/legacy/getdtablesize.c',
211 'src/legacy/getloadavg.c',
212 'src/legacy/getpagesize.c',
213 'src/legacy/getpass.c',
214 'src/legacy/getusershell.c',
215 'src/legacy/isastream.c',
216 'src/legacy/lutimes.c',
217 'src/legacy/ulimit.c',
218 'src/legacy/utmpx.c',
219 'src/legacy/valloc.c',
220 'src/linux/adjtime.c',
221 'src/linux/adjtimex.c',
222 'src/linux/arch_prctl.c',
223 'src/linux/brk.c',
224 'src/linux/cache.c',
225 'src/linux/cap.c',
226 'src/linux/chroot.c',
227 'src/linux/clock_adjtime.c',
228 'src/linux/clone.c',
229 'src/linux/copy_file_range.c',
230 'src/linux/epoll.c',
231 'src/linux/eventfd.c',
232 'src/linux/fallocate.c',
233 'src/linux/fanotify.c',
234 'src/linux/flock.c',
235 'src/linux/getdents.c',
236 'src/linux/getrandom.c',
237 'src/linux/gettid.c',
238 'src/linux/inotify.c',
239 'src/linux/ioperm.c',
240 'src/linux/iopl.c',
241 'src/linux/klogctl.c',
242 'src/linux/membarrier.c',
243 'src/linux/memfd_create.c',
244 'src/linux/mlock2.c',
245 'src/linux/module.c',
246 'src/linux/mount.c',
247 'src/linux/name_to_handle_at.c',
248 'src/linux/open_by_handle_at.c',
249 'src/linux/personality.c',
250 'src/linux/pivot_root.c',
251 'src/linux/prctl.c',
252 'src/linux/preadv2.c',
253 'src/linux/prlimit.c',
254 'src/linux/process_vm.c',
255 'src/linux/ptrace.c',
256 'src/linux/pwritev2.c',
257 'src/linux/quotactl.c',
258 'src/linux/readahead.c',
259 'src/linux/reboot.c',
260 'src/linux/remap_file_pages.c',
261 'src/linux/renameat2.c',
262 'src/linux/sbrk.c',
263 'src/linux/sendfile.c',
264 'src/linux/setfsgid.c',
265 'src/linux/setfsuid.c',
266 'src/linux/setgroups.c',
267 'src/linux/sethostname.c',
268 'src/linux/setns.c',
269 'src/linux/settimeofday.c',
270 'src/linux/signalfd.c',
271 'src/linux/splice.c',
272 'src/linux/statx.c',
273 'src/linux/stime.c',
274 'src/linux/swap.c',
275 'src/linux/sync_file_range.c',
276 'src/linux/syncfs.c',
277 'src/linux/sysinfo.c',
278 'src/linux/tee.c',
279 'src/linux/timerfd.c',
280 'src/linux/unshare.c',
281 'src/linux/utimes.c',
282 'src/linux/vhangup.c',
283 'src/linux/vmsplice.c',
284 'src/linux/wait3.c',
285 'src/linux/wait4.c',
286 'src/linux/xattr.c',
287 'src/locale/__lctrans.c',
288 'src/locale/__mo_lookup.c',
289 'src/locale/bind_textdomain_codeset.c',
290 'src/locale/c_locale.c',
291 'src/locale/catclose.c',
292 'src/locale/catgets.c',
293 'src/locale/catopen.c',
294 'src/locale/dcngettext.c',
295 'src/locale/duplocale.c',
296 'src/locale/freelocale.c',
297 'src/locale/iconv.c',
298 'src/locale/iconv_close.c',
299 'src/locale/langinfo.c',
300 'src/locale/locale_map.c',
301 'src/locale/localeconv.c',
302 'src/locale/newlocale.c',
303 'src/locale/pleval.c',
304 'src/locale/setlocale.c',
305 'src/locale/strcoll.c',
306 'src/locale/strfmon.c',
307 'src/locale/strtod_l.c',
308 'src/locale/strxfrm.c',
309 'src/locale/textdomain.c',
310 'src/locale/uselocale.c',
311 'src/locale/wcscoll.c',
312 'src/locale/wcsxfrm.c',
313 'src/malloc/calloc.c',
314 'src/malloc/free.c',
315 'src/malloc/libc_calloc.c',
316 'src/malloc/lite_malloc.c',
317 'src/malloc/memalign.c',
318 'src/malloc/posix_memalign.c',
319 'src/malloc/realloc.c',
320 'src/malloc/reallocarray.c',
321 'src/malloc/replaced.c',
322 'src/math/__cos.c',
323 'src/math/__cosdf.c',
324 'src/math/__cosl.c',
325 'src/math/__expo2.c',
326 'src/math/__expo2f.c',
327 'src/math/__fpclassify.c',
328 'src/math/__fpclassifyf.c',
329 'src/math/__fpclassifyl.c',
330 'src/math/__invtrigl.c',
331 'src/math/__isgreaterequall.c',
332 'src/math/__isgreaterl.c',
333 'src/math/__islessequall.c',
334 'src/math/__islessgreaterl.c',
335 'src/math/__islessl.c',
336 'src/math/__math_divzero.c',
337 'src/math/__math_divzerof.c',
338 'src/math/__math_invalid.c',
339 'src/math/__math_invalidf.c',
340 'src/math/__math_invalidl.c',
341 'src/math/__math_oflow.c',
342 'src/math/__math_oflowf.c',
343 'src/math/__math_uflow.c',
344 'src/math/__math_uflowf.c',
345 'src/math/__math_xflow.c',
346 'src/math/__math_xflowf.c',
347 'src/math/__polevll.c',
348 'src/math/__rem_pio2.c',
349 'src/math/__rem_pio2_large.c',
350 'src/math/__rem_pio2f.c',
351 'src/math/__rem_pio2l.c',
352 'src/math/__signbit.c',
353 'src/math/__signbitf.c',
354 'src/math/__signbitl.c',
355 'src/math/__sin.c',
356 'src/math/__sindf.c',
357 'src/math/__sinl.c',
358 'src/math/__tan.c',
359 'src/math/__tandf.c',
360 'src/math/__tanl.c',
361 'src/math/acos.c',
362 'src/math/acosf.c',
363 'src/math/acosh.c',
364 'src/math/acoshf.c',
365 'src/math/acoshl.c',
366 'src/math/acosl.c',
367 'src/math/asin.c',
368 'src/math/asinf.c',
369 'src/math/asinh.c',
370 'src/math/asinhf.c',
371 'src/math/asinhl.c',
372 'src/math/asinl.c',
373 'src/math/atan.c',
374 'src/math/atan2.c',
375 'src/math/atan2f.c',
376 'src/math/atan2l.c',
377 'src/math/atanf.c',
378 'src/math/atanh.c',
379 'src/math/atanhf.c',
380 'src/math/atanhl.c',
381 'src/math/atanl.c',
382 'src/math/cbrt.c',
383 'src/math/cbrtf.c',
384 'src/math/cbrtl.c',
385 'src/math/ceil.c',
386 'src/math/ceilf.c',
387 'src/math/ceill.c',
388 'src/math/copysign.c',
389 'src/math/copysignf.c',
390 'src/math/copysignl.c',
391 'src/math/cos.c',
392 'src/math/cosf.c',
393 'src/math/cosh.c',
394 'src/math/coshf.c',
395 'src/math/coshl.c',
396 'src/math/cosl.c',
397 'src/math/erf.c',
398 'src/math/erff.c',
399 'src/math/erfl.c',
400 'src/math/exp.c',
401 'src/math/exp10.c',
402 'src/math/exp10f.c',
403 'src/math/exp10l.c',
404 'src/math/exp2.c',
405 'src/math/exp2f.c',
406 'src/math/exp2f_data.c',
407 'src/math/exp2l.c',
408 'src/math/exp_data.c',
409 'src/math/expf.c',
410 'src/math/expl.c',
411 'src/math/expm1.c',
412 'src/math/expm1f.c',
413 'src/math/expm1l.c',
414 'src/math/fabs.c',
415 'src/math/fabsf.c',
416 'src/math/fabsl.c',
417 'src/math/fdim.c',
418 'src/math/fdimf.c',
419 'src/math/fdiml.c',
420 'src/math/finite.c',
421 'src/math/finitef.c',
422 'src/math/floor.c',
423 'src/math/floorf.c',
424 'src/math/floorl.c',
425 'src/math/fma.c',
426 'src/math/fmaf.c',
427 'src/math/fmal.c',
428 'src/math/fmax.c',
429 'src/math/fmaxf.c',
430 'src/math/fmaxl.c',
431 'src/math/fmin.c',
432 'src/math/fminf.c',
433 'src/math/fminl.c',
434 'src/math/fmod.c',
435 'src/math/fmodf.c',
436 'src/math/fmodl.c',
437 'src/math/frexp.c',
438 'src/math/frexpf.c',
439 'src/math/frexpl.c',
440 'src/math/hypot.c',
441 'src/math/hypotf.c',
442 'src/math/hypotl.c',
443 'src/math/ilogb.c',
444 'src/math/ilogbf.c',
445 'src/math/ilogbl.c',
446 'src/math/j0.c',
447 'src/math/j0f.c',
448 'src/math/j1.c',
449 'src/math/j1f.c',
450 'src/math/jn.c',
451 'src/math/jnf.c',
452 'src/math/ldexp.c',
453 'src/math/ldexpf.c',
454 'src/math/ldexpl.c',
455 'src/math/lgamma.c',
456 'src/math/lgamma_r.c',
457 'src/math/lgammaf.c',
458 'src/math/lgammaf_r.c',
459 'src/math/lgammal.c',
460 'src/math/llrint.c',
461 'src/math/llrintf.c',
462 'src/math/llrintl.c',
463 'src/math/llround.c',
464 'src/math/llroundf.c',
465 'src/math/llroundl.c',
466 'src/math/log.c',
467 'src/math/log10.c',
468 'src/math/log10f.c',
469 'src/math/log10l.c',
470 'src/math/log1p.c',
471 'src/math/log1pf.c',
472 'src/math/log1pl.c',
473 'src/math/log2.c',
474 'src/math/log2_data.c',
475 'src/math/log2f.c',
476 'src/math/log2f_data.c',
477 'src/math/log2l.c',
478 'src/math/log_data.c',
479 'src/math/logb.c',
480 'src/math/logbf.c',
481 'src/math/logbl.c',
482 'src/math/logf.c',
483 'src/math/logf_data.c',
484 'src/math/logl.c',
485 'src/math/lrint.c',
486 'src/math/lrintf.c',
487 'src/math/lrintl.c',
488 'src/math/lround.c',
489 'src/math/lroundf.c',
490 'src/math/lroundl.c',
491 'src/math/modf.c',
492 'src/math/modff.c',
493 'src/math/modfl.c',
494 'src/math/nan.c',
495 'src/math/nanf.c',
496 'src/math/nanl.c',
497 'src/math/nearbyint.c',
498 'src/math/nearbyintf.c',
499 'src/math/nearbyintl.c',
500 'src/math/nextafter.c',
501 'src/math/nextafterf.c',
502 'src/math/nextafterl.c',
503 'src/math/nexttoward.c',
504 'src/math/nexttowardf.c',
505 'src/math/nexttowardl.c',
506 'src/math/pow.c',
507 'src/math/pow_data.c',
508 'src/math/powf.c',
509 'src/math/powf_data.c',
510 'src/math/powl.c',
511 'src/math/remainder.c',
512 'src/math/remainderf.c',
513 'src/math/remainderl.c',
514 'src/math/remquo.c',
515 'src/math/remquof.c',
516 'src/math/remquol.c',
517 'src/math/rint.c',
518 'src/math/rintf.c',
519 'src/math/rintl.c',
520 'src/math/round.c',
521 'src/math/roundf.c',
522 'src/math/roundl.c',
523 'src/math/scalb.c',
524 'src/math/scalbf.c',
525 'src/math/scalbln.c',
526 'src/math/scalblnf.c',
527 'src/math/scalblnl.c',
528 'src/math/scalbn.c',
529 'src/math/scalbnf.c',
530 'src/math/scalbnl.c',
531 'src/math/signgam.c',
532 'src/math/significand.c',
533 'src/math/significandf.c',
534 'src/math/sin.c',
535 'src/math/sincos.c',
536 'src/math/sincosf.c',
537 'src/math/sincosl.c',
538 'src/math/sinf.c',
539 'src/math/sinh.c',
540 'src/math/sinhf.c',
541 'src/math/sinhl.c',
542 'src/math/sinl.c',
543 'src/math/sqrt.c',
544 'src/math/sqrt_data.c',
545 'src/math/sqrtf.c',
546 'src/math/sqrtl.c',
547 'src/math/tan.c',
548 'src/math/tanf.c',
549 'src/math/tanh.c',
550 'src/math/tanhf.c',
551 'src/math/tanhl.c',
552 'src/math/tanl.c',
553 'src/math/tgamma.c',
554 'src/math/tgammaf.c',
555 'src/math/tgammal.c',
556 'src/math/trunc.c',
557 'src/math/truncf.c',
558 'src/math/truncl.c',
559 'src/misc/a64l.c',
560 'src/misc/basename.c',
561 'src/misc/dirname.c',
562 'src/misc/ffs.c',
563 'src/misc/ffsl.c',
564 'src/misc/ffsll.c',
565 'src/misc/fmtmsg.c',
566 'src/misc/forkpty.c',
567 'src/misc/get_current_dir_name.c',
568 'src/misc/getauxval.c',
569 'src/misc/getdomainname.c',
570 'src/misc/getentropy.c',
571 'src/misc/gethostid.c',
572 'src/misc/getopt.c',
573 'src/misc/getopt_long.c',
574 'src/misc/getpriority.c',
575 'src/misc/getresgid.c',
576 'src/misc/getresuid.c',
577 'src/misc/getrlimit.c',
578 'src/misc/getrusage.c',
579 'src/misc/getsubopt.c',
580 'src/misc/initgroups.c',
581 'src/misc/ioctl.c',
582 'src/misc/issetugid.c',
583 'src/misc/lockf.c',
584 'src/misc/login_tty.c',
585 'src/misc/mntent.c',
586 'src/misc/nftw.c',
587 'src/misc/openpty.c',
588 'src/misc/ptsname.c',
589 'src/misc/pty.c',
590 'src/misc/realpath.c',
591 'src/misc/setdomainname.c',
592 'src/misc/setpriority.c',
593 'src/misc/setrlimit.c',
594 'src/misc/syscall.c',
595 'src/misc/syslog.c',
596 'src/misc/uname.c',
597 'src/misc/wordexp.c',
598 'src/mman/madvise.c',
599 'src/mman/mincore.c',
600 'src/mman/mlock.c',
601 'src/mman/mlockall.c',
602 'src/mman/mmap.c',
603 'src/mman/mprotect.c',
604 'src/mman/mremap.c',
605 'src/mman/msync.c',
606 'src/mman/munlock.c',
607 'src/mman/munlockall.c',
608 'src/mman/munmap.c',
609 'src/mman/posix_madvise.c',
610 'src/mman/shm_open.c',
611 'src/mq/mq_close.c',
612 'src/mq/mq_getattr.c',
613 'src/mq/mq_notify.c',
614 'src/mq/mq_open.c',
615 'src/mq/mq_receive.c',
616 'src/mq/mq_send.c',
617 'src/mq/mq_setattr.c',
618 'src/mq/mq_timedreceive.c',
619 'src/mq/mq_timedsend.c',
620 'src/mq/mq_unlink.c',
621 'src/multibyte/btowc.c',
622 'src/multibyte/c16rtomb.c',
623 'src/multibyte/c32rtomb.c',
624 'src/multibyte/internal.c',
625 'src/multibyte/mblen.c',
626 'src/multibyte/mbrlen.c',
627 'src/multibyte/mbrtoc16.c',
628 'src/multibyte/mbrtoc32.c',
629 'src/multibyte/mbrtowc.c',
630 'src/multibyte/mbsinit.c',
631 'src/multibyte/mbsnrtowcs.c',
632 'src/multibyte/mbsrtowcs.c',
633 'src/multibyte/mbstowcs.c',
634 'src/multibyte/mbtowc.c',
635 'src/multibyte/wcrtomb.c',
636 'src/multibyte/wcsnrtombs.c',
637 'src/multibyte/wcsrtombs.c',
638 'src/multibyte/wcstombs.c',
639 'src/multibyte/wctob.c',
640 'src/multibyte/wctomb.c',
641 'src/network/accept.c',
642 'src/network/accept4.c',
643 'src/network/bind.c',
644 'src/network/connect.c',
645 'src/network/dn_comp.c',
646 'src/network/dn_expand.c',
647 'src/network/dn_skipname.c',
648 'src/network/dns_parse.c',
649 'src/network/ent.c',
650 'src/network/ether.c',
651 'src/network/freeaddrinfo.c',
652 'src/network/gai_strerror.c',
653 'src/network/getaddrinfo.c',
654 'src/network/gethostbyaddr.c',
655 'src/network/gethostbyaddr_r.c',
656 'src/network/gethostbyname.c',
657 'src/network/gethostbyname2.c',
658 'src/network/gethostbyname2_r.c',
659 'src/network/gethostbyname_r.c',
660 'src/network/getifaddrs.c',
661 'src/network/getnameinfo.c',
662 'src/network/getpeername.c',
663 'src/network/getservbyname.c',
664 'src/network/getservbyname_r.c',
665 'src/network/getservbyport.c',
666 'src/network/getservbyport_r.c',
667 'src/network/getsockname.c',
668 'src/network/getsockopt.c',
669 'src/network/h_errno.c',
670 'src/network/herror.c',
671 'src/network/hstrerror.c',
672 'src/network/htonl.c',
673 'src/network/htons.c',
674 'src/network/if_freenameindex.c',
675 'src/network/if_indextoname.c',
676 'src/network/if_nameindex.c',
677 'src/network/if_nametoindex.c',
678 'src/network/in6addr_any.c',
679 'src/network/in6addr_loopback.c',
680 'src/network/inet_addr.c',
681 'src/network/inet_aton.c',
682 'src/network/inet_legacy.c',
683 'src/network/inet_ntoa.c',
684 'src/network/inet_ntop.c',
685 'src/network/inet_pton.c',
686 'src/network/listen.c',
687 'src/network/lookup_ipliteral.c',
688 'src/network/lookup_name.c',
689 'src/network/lookup_serv.c',
690 'src/network/netlink.c',
691 'src/network/netname.c',
692 'src/network/ns_parse.c',
693 'src/network/ntohl.c',
694 'src/network/ntohs.c',
695 'src/network/proto.c',
696 'src/network/recv.c',
697 'src/network/recvfrom.c',
698 'src/network/recvmmsg.c',
699 'src/network/recvmsg.c',
700 'src/network/res_init.c',
701 'src/network/res_mkquery.c',
702 'src/network/res_msend.c',
703 'src/network/res_query.c',
704 'src/network/res_querydomain.c',
705 'src/network/res_send.c',
706 'src/network/res_state.c',
707 'src/network/resolvconf.c',
708 'src/network/send.c',
709 'src/network/sendmmsg.c',
710 'src/network/sendmsg.c',
711 'src/network/sendto.c',
712 'src/network/serv.c',
713 'src/network/setsockopt.c',
714 'src/network/shutdown.c',
715 'src/network/sockatmark.c',
716 'src/network/socket.c',
717 'src/network/socketpair.c',
718 'src/passwd/fgetgrent.c',
719 'src/passwd/fgetpwent.c',
720 'src/passwd/fgetspent.c',
721 'src/passwd/getgr_a.c',
722 'src/passwd/getgr_r.c',
723 'src/passwd/getgrent.c',
724 'src/passwd/getgrent_a.c',
725 'src/passwd/getgrouplist.c',
726 'src/passwd/getpw_a.c',
727 'src/passwd/getpw_r.c',
728 'src/passwd/getpwent.c',
729 'src/passwd/getpwent_a.c',
730 'src/passwd/getspent.c',
731 'src/passwd/getspnam.c',
732 'src/passwd/getspnam_r.c',
733 'src/passwd/lckpwdf.c',
734 'src/passwd/nscd_query.c',
735 'src/passwd/putgrent.c',
736 'src/passwd/putpwent.c',
737 'src/passwd/putspent.c',
738 'src/prng/__rand48_step.c',
739 'src/prng/__seed48.c',
740 'src/prng/drand48.c',
741 'src/prng/lcong48.c',
742 'src/prng/lrand48.c',
743 'src/prng/mrand48.c',
744 'src/prng/rand.c',
745 'src/prng/rand_r.c',
746 'src/prng/random.c',
747 'src/prng/seed48.c',
748 'src/prng/srand48.c',
749 'src/process/_Fork.c',
750 'src/process/execl.c',
751 'src/process/execle.c',
752 'src/process/execlp.c',
753 'src/process/execv.c',
754 'src/process/execve.c',
755 'src/process/execvp.c',
756 'src/process/fexecve.c',
757 'src/process/fork.c',
758 'src/process/posix_spawn.c',
759 'src/process/posix_spawn_file_actions_addchdir.c',
760 'src/process/posix_spawn_file_actions_addclose.c',
761 'src/process/posix_spawn_file_actions_adddup2.c',
762 'src/process/posix_spawn_file_actions_addfchdir.c',
763 'src/process/posix_spawn_file_actions_addopen.c',
764 'src/process/posix_spawn_file_actions_destroy.c',
765 'src/process/posix_spawn_file_actions_init.c',
766 'src/process/posix_spawnattr_destroy.c',
767 'src/process/posix_spawnattr_getflags.c',
768 'src/process/posix_spawnattr_getpgroup.c',
769 'src/process/posix_spawnattr_getsigdefault.c',
770 'src/process/posix_spawnattr_getsigmask.c',
771 'src/process/posix_spawnattr_init.c',
772 'src/process/posix_spawnattr_sched.c',
773 'src/process/posix_spawnattr_setflags.c',
774 'src/process/posix_spawnattr_setpgroup.c',
775 'src/process/posix_spawnattr_setsigdefault.c',
776 'src/process/posix_spawnattr_setsigmask.c',
777 'src/process/posix_spawnp.c',
778 'src/process/system.c',
779 'src/process/vfork.c',
780 'src/process/wait.c',
781 'src/process/waitid.c',
782 'src/process/waitpid.c',
783 'src/regex/fnmatch.c',
784 'src/regex/glob.c',
785 'src/regex/regcomp.c',
786 'src/regex/regerror.c',
787 'src/regex/regexec.c',
788 'src/regex/tre-mem.c',
789 'src/sched/affinity.c',
790 'src/sched/sched_cpucount.c',
791 'src/sched/sched_get_priority_max.c',
792 'src/sched/sched_getcpu.c',
793 'src/sched/sched_getparam.c',
794 'src/sched/sched_getscheduler.c',
795 'src/sched/sched_rr_get_interval.c',
796 'src/sched/sched_setparam.c',
797 'src/sched/sched_setscheduler.c',
798 'src/sched/sched_yield.c',
799 'src/search/hsearch.c',
800 'src/search/insque.c',
801 'src/search/lsearch.c',
802 'src/search/tdelete.c',
803 'src/search/tdestroy.c',
804 'src/search/tfind.c',
805 'src/search/tsearch.c',
806 'src/search/twalk.c',
807 'src/select/poll.c',
808 'src/select/ppoll.c',
809 'src/select/pselect.c',
810 'src/select/select.c',
811 'src/setjmp/longjmp.c',
812 'src/setjmp/setjmp.c',
813 'src/signal/block.c',
814 'src/signal/getitimer.c',
815 'src/signal/kill.c',
816 'src/signal/killpg.c',
817 'src/signal/psiginfo.c',
818 'src/signal/psignal.c',
819 'src/signal/raise.c',
820 'src/signal/restore.c',
821 'src/signal/setitimer.c',
822 'src/signal/sigaction.c',
823 'src/signal/sigaddset.c',
824 'src/signal/sigaltstack.c',
825 'src/signal/sigandset.c',
826 'src/signal/sigdelset.c',
827 'src/signal/sigemptyset.c',
828 'src/signal/sigfillset.c',
829 'src/signal/sighold.c',
830 'src/signal/sigignore.c',
831 'src/signal/siginterrupt.c',
832 'src/signal/sigisemptyset.c',
833 'src/signal/sigismember.c',
834 'src/signal/siglongjmp.c',
835 'src/signal/signal.c',
836 'src/signal/sigorset.c',
837 'src/signal/sigpause.c',
838 'src/signal/sigpending.c',
839 'src/signal/sigprocmask.c',
840 'src/signal/sigqueue.c',
841 'src/signal/sigrelse.c',
842 'src/signal/sigrtmax.c',
843 'src/signal/sigrtmin.c',
844 'src/signal/sigset.c',
845 'src/signal/sigsetjmp.c',
846 'src/signal/sigsetjmp_tail.c',
847 'src/signal/sigsuspend.c',
848 'src/signal/sigtimedwait.c',
849 'src/signal/sigwait.c',
850 'src/signal/sigwaitinfo.c',
851 'src/stat/__xstat.c',
852 'src/stat/chmod.c',
853 'src/stat/fchmod.c',
854 'src/stat/fchmodat.c',
855 'src/stat/fstat.c',
856 'src/stat/fstatat.c',
857 'src/stat/futimens.c',
858 'src/stat/futimesat.c',
859 'src/stat/lchmod.c',
860 'src/stat/lstat.c',
861 'src/stat/mkdir.c',
862 'src/stat/mkdirat.c',
863 'src/stat/mkfifo.c',
864 'src/stat/mkfifoat.c',
865 'src/stat/mknod.c',
866 'src/stat/mknodat.c',
867 'src/stat/stat.c',
868 'src/stat/statvfs.c',
869 'src/stat/umask.c',
870 'src/stat/utimensat.c',
871 'src/stdio/__fclose_ca.c',
872 'src/stdio/__fdopen.c',
873 'src/stdio/__fmodeflags.c',
874 'src/stdio/__fopen_rb_ca.c',
875 'src/stdio/__lockfile.c',
876 'src/stdio/__overflow.c',
877 'src/stdio/__stdio_close.c',
878 'src/stdio/__stdio_exit.c',
879 'src/stdio/__stdio_read.c',
880 'src/stdio/__stdio_seek.c',
881 'src/stdio/__stdio_write.c',
882 'src/stdio/__stdout_write.c',
883 'src/stdio/__toread.c',
884 'src/stdio/__towrite.c',
885 'src/stdio/__uflow.c',
886 'src/stdio/asprintf.c',
887 'src/stdio/clearerr.c',
888 'src/stdio/dprintf.c',
889 'src/stdio/ext.c',
890 'src/stdio/ext2.c',
891 'src/stdio/fclose.c',
892 'src/stdio/feof.c',
893 'src/stdio/ferror.c',
894 'src/stdio/fflush.c',
895 'src/stdio/fgetc.c',
896 'src/stdio/fgetln.c',
897 'src/stdio/fgetpos.c',
898 'src/stdio/fgets.c',
899 'src/stdio/fgetwc.c',
900 'src/stdio/fgetws.c',
901 'src/stdio/fileno.c',
902 'src/stdio/flockfile.c',
903 'src/stdio/fmemopen.c',
904 'src/stdio/fopen.c',
905 'src/stdio/fopencookie.c',
906 'src/stdio/fprintf.c',
907 'src/stdio/fputc.c',
908 'src/stdio/fputs.c',
909 'src/stdio/fputwc.c',
910 'src/stdio/fputws.c',
911 'src/stdio/fread.c',
912 'src/stdio/freopen.c',
913 'src/stdio/fscanf.c',
914 'src/stdio/fseek.c',
915 'src/stdio/fsetpos.c',
916 'src/stdio/ftell.c',
917 'src/stdio/ftrylockfile.c',
918 'src/stdio/funlockfile.c',
919 'src/stdio/fwide.c',
920 'src/stdio/fwprintf.c',
921 'src/stdio/fwrite.c',
922 'src/stdio/fwscanf.c',
923 'src/stdio/getc.c',
924 'src/stdio/getc_unlocked.c',
925 'src/stdio/getchar.c',
926 'src/stdio/getchar_unlocked.c',
927 'src/stdio/getdelim.c',
928 'src/stdio/getline.c',
929 'src/stdio/gets.c',
930 'src/stdio/getw.c',
931 'src/stdio/getwc.c',
932 'src/stdio/getwchar.c',
933 'src/stdio/ofl.c',
934 'src/stdio/ofl_add.c',
935 'src/stdio/open_memstream.c',
936 'src/stdio/open_wmemstream.c',
937 'src/stdio/pclose.c',
938 'src/stdio/perror.c',
939 'src/stdio/popen.c',
940 'src/stdio/printf.c',
941 'src/stdio/putc.c',
942 'src/stdio/putc_unlocked.c',
943 'src/stdio/putchar.c',
944 'src/stdio/putchar_unlocked.c',
945 'src/stdio/puts.c',
946 'src/stdio/putw.c',
947 'src/stdio/putwc.c',
948 'src/stdio/putwchar.c',
949 'src/stdio/remove.c',
950 'src/stdio/rename.c',
951 'src/stdio/rewind.c',
952 'src/stdio/scanf.c',
953 'src/stdio/setbuf.c',
954 'src/stdio/setbuffer.c',
955 'src/stdio/setlinebuf.c',
956 'src/stdio/setvbuf.c',
957 'src/stdio/snprintf.c',
958 'src/stdio/sprintf.c',
959 'src/stdio/sscanf.c',
960 'src/stdio/stderr.c',
961 'src/stdio/stdin.c',
962 'src/stdio/stdout.c',
963 'src/stdio/swprintf.c',
964 'src/stdio/swscanf.c',
965 'src/stdio/tempnam.c',
966 'src/stdio/tmpfile.c',
967 'src/stdio/tmpnam.c',
968 'src/stdio/ungetc.c',
969 'src/stdio/ungetwc.c',
970 'src/stdio/vasprintf.c',
971 'src/stdio/vdprintf.c',
972 'src/stdio/vfprintf.c',
973 'src/stdio/vfscanf.c',
974 'src/stdio/vfwprintf.c',
975 'src/stdio/vfwscanf.c',
976 'src/stdio/vprintf.c',
977 'src/stdio/vscanf.c',
978 'src/stdio/vsnprintf.c',
979 'src/stdio/vsprintf.c',
980 'src/stdio/vsscanf.c',
981 'src/stdio/vswprintf.c',
982 'src/stdio/vswscanf.c',
983 'src/stdio/vwprintf.c',
984 'src/stdio/vwscanf.c',
985 'src/stdio/wprintf.c',
986 'src/stdio/wscanf.c',
987 'src/stdlib/abs.c',
988 'src/stdlib/atof.c',
989 'src/stdlib/atoi.c',
990 'src/stdlib/atol.c',
991 'src/stdlib/atoll.c',
992 'src/stdlib/bsearch.c',
993 'src/stdlib/div.c',
994 'src/stdlib/ecvt.c',
995 'src/stdlib/fcvt.c',
996 'src/stdlib/gcvt.c',
997 'src/stdlib/imaxabs.c',
998 'src/stdlib/imaxdiv.c',
999 'src/stdlib/labs.c',
1000 'src/stdlib/ldiv.c',
1001 'src/stdlib/llabs.c',
1002 'src/stdlib/lldiv.c',
1003 'src/stdlib/qsort.c',
1004 'src/stdlib/qsort_nr.c',
1005 'src/stdlib/strtod.c',
1006 'src/stdlib/strtol.c',
1007 'src/stdlib/wcstod.c',
1008 'src/stdlib/wcstol.c',
1009 'src/string/bcmp.c',
1010 'src/string/bcopy.c',
1011 'src/string/bzero.c',
1012 'src/string/explicit_bzero.c',
1013 'src/string/index.c',
1014 'src/string/memccpy.c',
1015 'src/string/memchr.c',
1016 'src/string/memcmp.c',
1017 'src/string/memcpy.c',
1018 'src/string/memmem.c',
1019 'src/string/memmove.c',
1020 'src/string/mempcpy.c',
1021 'src/string/memrchr.c',
1022 'src/string/memset.c',
1023 'src/string/rindex.c',
1024 'src/string/stpcpy.c',
1025 'src/string/stpncpy.c',
1026 'src/string/strcasecmp.c',
1027 'src/string/strcasestr.c',
1028 'src/string/strcat.c',
1029 'src/string/strchr.c',
1030 'src/string/strchrnul.c',
1031 'src/string/strcmp.c',
1032 'src/string/strcpy.c',
1033 'src/string/strcspn.c',
1034 'src/string/strdup.c',
1035 'src/string/strerror_r.c',
1036 'src/string/strlcat.c',
1037 'src/string/strlcpy.c',
1038 'src/string/strlen.c',
1039 'src/string/strncasecmp.c',
1040 'src/string/strncat.c',
1041 'src/string/strncmp.c',
1042 'src/string/strncpy.c',
1043 'src/string/strndup.c',
1044 'src/string/strnlen.c',
1045 'src/string/strpbrk.c',
1046 'src/string/strrchr.c',
1047 'src/string/strsep.c',
1048 'src/string/strsignal.c',
1049 'src/string/strspn.c',
1050 'src/string/strstr.c',
1051 'src/string/strtok.c',
1052 'src/string/strtok_r.c',
1053 'src/string/strverscmp.c',
1054 'src/string/swab.c',
1055 'src/string/wcpcpy.c',
1056 'src/string/wcpncpy.c',
1057 'src/string/wcscasecmp.c',
1058 'src/string/wcscasecmp_l.c',
1059 'src/string/wcscat.c',
1060 'src/string/wcschr.c',
1061 'src/string/wcscmp.c',
1062 'src/string/wcscpy.c',
1063 'src/string/wcscspn.c',
1064 'src/string/wcsdup.c',
1065 'src/string/wcslen.c',
1066 'src/string/wcsncasecmp.c',
1067 'src/string/wcsncasecmp_l.c',
1068 'src/string/wcsncat.c',
1069 'src/string/wcsncmp.c',
1070 'src/string/wcsncpy.c',
1071 'src/string/wcsnlen.c',
1072 'src/string/wcspbrk.c',
1073 'src/string/wcsrchr.c',
1074 'src/string/wcsspn.c',
1075 'src/string/wcsstr.c',
1076 'src/string/wcstok.c',
1077 'src/string/wcswcs.c',
1078 'src/string/wmemchr.c',
1079 'src/string/wmemcmp.c',
1080 'src/string/wmemcpy.c',
1081 'src/string/wmemmove.c',
1082 'src/string/wmemset.c',
1083 'src/temp/__randname.c',
1084 'src/temp/mkdtemp.c',
1085 'src/temp/mkostemp.c',
1086 'src/temp/mkostemps.c',
1087 'src/temp/mkstemp.c',
1088 'src/temp/mkstemps.c',
1089 'src/temp/mktemp.c',
1090 'src/termios/cfgetospeed.c',
1091 'src/termios/cfmakeraw.c',
1092 'src/termios/cfsetospeed.c',
1093 'src/termios/cfsetspeed.c',
1094 'src/termios/tcdrain.c',
1095 'src/termios/tcflow.c',
1096 'src/termios/tcflush.c',
1097 'src/termios/tcgetattr.c',
1098 'src/termios/tcgetsid.c',
1099 'src/termios/tcgetwinsize.c',
1100 'src/termios/tcsendbreak.c',
1101 'src/termios/tcsetattr.c',
1102 'src/termios/tcsetwinsize.c',
1103 'src/thread/__lock.c',
1104 'src/thread/__set_thread_area.c',
1105 'src/thread/__syscall_cp.c',
1106 'src/thread/__timedwait.c',
1107 'src/thread/__tls_get_addr.c',
1108 'src/thread/__unmapself.c',
1109 'src/thread/__wait.c',
1110 'src/thread/call_once.c',
1111 'src/thread/clone.c',
1112 'src/thread/cnd_broadcast.c',
1113 'src/thread/cnd_destroy.c',
1114 'src/thread/cnd_init.c',
1115 'src/thread/cnd_signal.c',
1116 'src/thread/cnd_timedwait.c',
1117 'src/thread/cnd_wait.c',
1118 'src/thread/default_attr.c',
1119 'src/thread/lock_ptc.c',
1120 'src/thread/mtx_destroy.c',
1121 'src/thread/mtx_init.c',
1122 'src/thread/mtx_lock.c',
1123 'src/thread/mtx_timedlock.c',
1124 'src/thread/mtx_trylock.c',
1125 'src/thread/mtx_unlock.c',
1126 'src/thread/pthread_atfork.c',
1127 'src/thread/pthread_attr_destroy.c',
1128 'src/thread/pthread_attr_get.c',
1129 'src/thread/pthread_attr_init.c',
1130 'src/thread/pthread_attr_setdetachstate.c',
1131 'src/thread/pthread_attr_setguardsize.c',
1132 'src/thread/pthread_attr_setinheritsched.c',
1133 'src/thread/pthread_attr_setschedparam.c',
1134 'src/thread/pthread_attr_setschedpolicy.c',
1135 'src/thread/pthread_attr_setscope.c',
1136 'src/thread/pthread_attr_setstack.c',
1137 'src/thread/pthread_attr_setstacksize.c',
1138 'src/thread/pthread_barrier_destroy.c',
1139 'src/thread/pthread_barrier_init.c',
1140 'src/thread/pthread_barrier_wait.c',
1141 'src/thread/pthread_barrierattr_destroy.c',
1142 'src/thread/pthread_barrierattr_init.c',
1143 'src/thread/pthread_barrierattr_setpshared.c',
1144 'src/thread/pthread_cancel.c',
1145 'src/thread/pthread_cleanup_push.c',
1146 'src/thread/pthread_cond_broadcast.c',
1147 'src/thread/pthread_cond_clockwait.c',
1148 'src/thread/pthread_cond_destroy.c',
1149 'src/thread/pthread_cond_init.c',
1150 'src/thread/pthread_cond_signal.c',
1151 'src/thread/pthread_cond_timedwait.c',
1152 'src/thread/pthread_cond_wait.c',
1153 'src/thread/pthread_condattr_destroy.c',
1154 'src/thread/pthread_condattr_init.c',
1155 'src/thread/pthread_condattr_setclock.c',
1156 'src/thread/pthread_condattr_setpshared.c',
1157 'src/thread/pthread_create.c',
1158 'src/thread/pthread_detach.c',
1159 'src/thread/pthread_equal.c',
1160 'src/thread/pthread_getattr_np.c',
1161 'src/thread/pthread_getconcurrency.c',
1162 'src/thread/pthread_getcpuclockid.c',
1163 'src/thread/pthread_getname_np.c',
1164 'src/thread/pthread_getschedparam.c',
1165 'src/thread/pthread_getspecific.c',
1166 'src/thread/pthread_join.c',
1167 'src/thread/pthread_key_create.c',
1168 'src/thread/pthread_kill.c',
1169 'src/thread/pthread_mutex_clocklock.c',
1170 'src/thread/pthread_mutex_consistent.c',
1171 'src/thread/pthread_mutex_destroy.c',
1172 'src/thread/pthread_mutex_getprioceiling.c',
1173 'src/thread/pthread_mutex_init.c',
1174 'src/thread/pthread_mutex_lock.c',
1175 'src/thread/pthread_mutex_setprioceiling.c',
1176 'src/thread/pthread_mutex_timedlock.c',
1177 'src/thread/pthread_mutex_trylock.c',
1178 'src/thread/pthread_mutex_unlock.c',
1179 'src/thread/pthread_mutexattr_destroy.c',
1180 'src/thread/pthread_mutexattr_init.c',
1181 'src/thread/pthread_mutexattr_setprotocol.c',
1182 'src/thread/pthread_mutexattr_setpshared.c',
1183 'src/thread/pthread_mutexattr_setrobust.c',
1184 'src/thread/pthread_mutexattr_settype.c',
1185 'src/thread/pthread_once.c',
1186 'src/thread/pthread_rwlock_destroy.c',
1187 'src/thread/pthread_rwlock_init.c',
1188 'src/thread/pthread_rwlock_rdlock.c',
1189 'src/thread/pthread_rwlock_timedrdlock.c',
1190 'src/thread/pthread_rwlock_timedwrlock.c',
1191 'src/thread/pthread_rwlock_tryrdlock.c',
1192 'src/thread/pthread_rwlock_trywrlock.c',
1193 'src/thread/pthread_rwlock_unlock.c',
1194 'src/thread/pthread_rwlock_wrlock.c',
1195 'src/thread/pthread_rwlockattr_destroy.c',
1196 'src/thread/pthread_rwlockattr_init.c',
1197 'src/thread/pthread_rwlockattr_setpshared.c',
1198 'src/thread/pthread_self.c',
1199 'src/thread/pthread_setattr_default_np.c',
1200 'src/thread/pthread_setcancelstate.c',
1201 'src/thread/pthread_setcanceltype.c',
1202 'src/thread/pthread_setconcurrency.c',
1203 'src/thread/pthread_setname_np.c',
1204 'src/thread/pthread_setschedparam.c',
1205 'src/thread/pthread_setschedprio.c',
1206 'src/thread/pthread_setspecific.c',
1207 'src/thread/pthread_sigmask.c',
1208 'src/thread/pthread_spin_destroy.c',
1209 'src/thread/pthread_spin_init.c',
1210 'src/thread/pthread_spin_lock.c',
1211 'src/thread/pthread_spin_trylock.c',
1212 'src/thread/pthread_spin_unlock.c',
1213 'src/thread/pthread_testcancel.c',
1214 'src/thread/sem_destroy.c',
1215 'src/thread/sem_getvalue.c',
1216 'src/thread/sem_init.c',
1217 'src/thread/sem_open.c',
1218 'src/thread/sem_post.c',
1219 'src/thread/sem_timedwait.c',
1220 'src/thread/sem_trywait.c',
1221 'src/thread/sem_unlink.c',
1222 'src/thread/sem_wait.c',
1223 'src/thread/synccall.c',
1224 'src/thread/syscall_cp.c',
1225 'src/thread/thrd_create.c',
1226 'src/thread/thrd_exit.c',
1227 'src/thread/thrd_join.c',
1228 'src/thread/thrd_sleep.c',
1229 'src/thread/thrd_yield.c',
1230 'src/thread/tls.c',
1231 'src/thread/tss_create.c',
1232 'src/thread/tss_delete.c',
1233 'src/thread/tss_set.c',
1234 'src/thread/vmlock.c',
1235 'src/time/__map_file.c',
1236 'src/time/__month_to_secs.c',
1237 'src/time/__secs_to_tm.c',
1238 'src/time/__tm_to_secs.c',
1239 'src/time/__tz.c',
1240 'src/time/__utc.c',
1241 'src/time/__year_to_secs.c',
1242 'src/time/asctime.c',
1243 'src/time/asctime_r.c',
1244 'src/time/clock.c',
1245 'src/time/clock_getcpuclockid.c',
1246 'src/time/clock_getres.c',
1247 'src/time/clock_gettime.c',
1248 'src/time/clock_nanosleep.c',
1249 'src/time/clock_settime.c',
1250 'src/time/ctime.c',
1251 'src/time/ctime_r.c',
1252 'src/time/difftime.c',
1253 'src/time/ftime.c',
1254 'src/time/getdate.c',
1255 'src/time/gettimeofday.c',
1256 'src/time/gmtime.c',
1257 'src/time/gmtime_r.c',
1258 'src/time/localtime.c',
1259 'src/time/localtime_r.c',
1260 'src/time/mktime.c',
1261 'src/time/nanosleep.c',
1262 'src/time/strftime.c',
1263 'src/time/strptime.c',
1264 'src/time/time.c',
1265 'src/time/timegm.c',
1266 'src/time/timer_create.c',
1267 'src/time/timer_delete.c',
1268 'src/time/timer_getoverrun.c',
1269 'src/time/timer_gettime.c',
1270 'src/time/timer_settime.c',
1271 'src/time/times.c',
1272 'src/time/timespec_get.c',
1273 'src/time/utime.c',
1274 'src/time/wcsftime.c',
1275 'src/unistd/_exit.c',
1276 'src/unistd/access.c',
1277 'src/unistd/acct.c',
1278 'src/unistd/alarm.c',
1279 'src/unistd/chdir.c',
1280 'src/unistd/chown.c',
1281 'src/unistd/close.c',
1282 'src/unistd/ctermid.c',
1283 'src/unistd/dup.c',
1284 'src/unistd/dup2.c',
1285 'src/unistd/dup3.c',
1286 'src/unistd/faccessat.c',
1287 'src/unistd/fchdir.c',
1288 'src/unistd/fchown.c',
1289 'src/unistd/fchownat.c',
1290 'src/unistd/fdatasync.c',
1291 'src/unistd/fsync.c',
1292 'src/unistd/ftruncate.c',
1293 'src/unistd/getcwd.c',
1294 'src/unistd/getegid.c',
1295 'src/unistd/geteuid.c',
1296 'src/unistd/getgid.c',
1297 'src/unistd/getgroups.c',
1298 'src/unistd/gethostname.c',
1299 'src/unistd/getlogin.c',
1300 'src/unistd/getlogin_r.c',
1301 'src/unistd/getpgid.c',
1302 'src/unistd/getpgrp.c',
1303 'src/unistd/getpid.c',
1304 'src/unistd/getppid.c',
1305 'src/unistd/getsid.c',
1306 'src/unistd/getuid.c',
1307 'src/unistd/isatty.c',
1308 'src/unistd/lchown.c',
1309 'src/unistd/link.c',
1310 'src/unistd/linkat.c',
1311 'src/unistd/lseek.c',
1312 'src/unistd/nice.c',
1313 'src/unistd/pause.c',
1314 'src/unistd/pipe.c',
1315 'src/unistd/pipe2.c',
1316 'src/unistd/posix_close.c',
1317 'src/unistd/pread.c',
1318 'src/unistd/preadv.c',
1319 'src/unistd/pwrite.c',
1320 'src/unistd/pwritev.c',
1321 'src/unistd/read.c',
1322 'src/unistd/readlink.c',
1323 'src/unistd/readlinkat.c',
1324 'src/unistd/readv.c',
1325 'src/unistd/renameat.c',
1326 'src/unistd/rmdir.c',
1327 'src/unistd/setegid.c',
1328 'src/unistd/seteuid.c',
1329 'src/unistd/setgid.c',
1330 'src/unistd/setpgid.c',
1331 'src/unistd/setpgrp.c',
1332 'src/unistd/setregid.c',
1333 'src/unistd/setresgid.c',
1334 'src/unistd/setresuid.c',
1335 'src/unistd/setreuid.c',
1336 'src/unistd/setsid.c',
1337 'src/unistd/setuid.c',
1338 'src/unistd/setxid.c',
1339 'src/unistd/sleep.c',
1340 'src/unistd/symlink.c',
1341 'src/unistd/symlinkat.c',
1342 'src/unistd/sync.c',
1343 'src/unistd/tcgetpgrp.c',
1344 'src/unistd/tcsetpgrp.c',
1345 'src/unistd/truncate.c',
1346 'src/unistd/ttyname.c',
1347 'src/unistd/ttyname_r.c',
1348 'src/unistd/ualarm.c',
1349 'src/unistd/unlink.c',
1350 'src/unistd/unlinkat.c',
1351 'src/unistd/usleep.c',
1352 'src/unistd/write.c',
1353 'src/unistd/writev.c',
1354 'src/malloc/mallocng/aligned_alloc.c',
1355 'src/malloc/mallocng/donate.c',
1356 'src/malloc/mallocng/free.c',
1357 'src/malloc/mallocng/malloc.c',
1358 'src/malloc/mallocng/malloc_usable_size.c',
1359 'src/malloc/mallocng/realloc.c',
1360 },
1361 hdrs={
1362 -- <cd src/include && printf "\t\t'%s',\n" *.h */*.h
1363 'aio.h',
1364 'alloca.h',
1365 'ar.h',
1366 'assert.h',
1367 'byteswap.h',
1368 'complex.h',
1369 'cpio.h',
1370 'crypt.h',
1371 'ctype.h',
1372 'dirent.h',
1373 'dlfcn.h',
1374 'elf.h',
1375 'endian.h',
1376 'err.h',
1377 'errno.h',
1378 'fcntl.h',
1379 'features.h',
1380 'fenv.h',
1381 'float.h',
1382 'fmtmsg.h',
1383 'fnmatch.h',
1384 'ftw.h',
1385 'getopt.h',
1386 'glob.h',
1387 'grp.h',
1388 'iconv.h',
1389 'ifaddrs.h',
1390 'inttypes.h',
1391 'iso646.h',
1392 'langinfo.h',
1393 'lastlog.h',
1394 'libgen.h',
1395 'libintl.h',
1396 'limits.h',
1397 'link.h',
1398 'locale.h',
1399 'malloc.h',
1400 'math.h',
1401 'memory.h',
1402 'mntent.h',
1403 'monetary.h',
1404 'mqueue.h',
1405 'netdb.h',
1406 'nl_types.h',
1407 'paths.h',
1408 'poll.h',
1409 'pthread.h',
1410 'pty.h',
1411 'pwd.h',
1412 'regex.h',
1413 'resolv.h',
1414 'sched.h',
1415 'search.h',
1416 'semaphore.h',
1417 'setjmp.h',
1418 'shadow.h',
1419 'signal.h',
1420 'spawn.h',
1421 'stdalign.h',
1422 'stdarg.h',
1423 'stdbool.h',
1424 'stdc-predef.h',
1425 'stddef.h',
1426 'stdint.h',
1427 'stdio.h',
1428 'stdio_ext.h',
1429 'stdlib.h',
1430 'stdnoreturn.h',
1431 'string.h',
1432 'strings.h',
1433 'stropts.h',
1434 'syscall.h',
1435 'sysexits.h',
1436 'syslog.h',
1437 'tar.h',
1438 'termios.h',
1439 'tgmath.h',
1440 'threads.h',
1441 'time.h',
1442 'uchar.h',
1443 'ucontext.h',
1444 'ulimit.h',
1445 'unistd.h',
1446 'utime.h',
1447 'utmp.h',
1448 'utmpx.h',
1449 'values.h',
1450 'wait.h',
1451 'wchar.h',
1452 'wctype.h',
1453 'wordexp.h',
1454 'arpa/ftp.h',
1455 'arpa/inet.h',
1456 'arpa/nameser.h',
1457 'arpa/nameser_compat.h',
1458 'arpa/telnet.h',
1459 'arpa/tftp.h',
1460 'net/ethernet.h',
1461 'net/if.h',
1462 'net/if_arp.h',
1463 'net/route.h',
1464 'netinet/ether.h',
1465 'netinet/icmp6.h',
1466 'netinet/if_ether.h',
1467 'netinet/igmp.h',
1468 'netinet/in.h',
1469 'netinet/in_systm.h',
1470 'netinet/ip.h',
1471 'netinet/ip6.h',
1472 'netinet/ip_icmp.h',
1473 'netinet/tcp.h',
1474 'netinet/udp.h',
1475 'netpacket/packet.h',
1476 'scsi/scsi.h',
1477 'scsi/scsi_ioctl.h',
1478 'scsi/sg.h',
1479 'sys/acct.h',
1480 'sys/auxv.h',
1481 'sys/cachectl.h',
1482 'sys/dir.h',
1483 'sys/epoll.h',
1484 'sys/errno.h',
1485 'sys/eventfd.h',
1486 'sys/fanotify.h',
1487 'sys/fcntl.h',
1488 'sys/file.h',
1489 'sys/fsuid.h',
1490 'sys/inotify.h',
1491 'sys/io.h',
1492 'sys/ioctl.h',
1493 'sys/ipc.h',
1494 'sys/kd.h',
1495 'sys/klog.h',
1496 'sys/membarrier.h',
1497 'sys/mman.h',
1498 'sys/mount.h',
1499 'sys/msg.h',
1500 'sys/mtio.h',
1501 'sys/param.h',
1502 'sys/personality.h',
1503 'sys/poll.h',
1504 'sys/prctl.h',
1505 'sys/procfs.h',
1506 'sys/ptrace.h',
1507 'sys/quota.h',
1508 'sys/random.h',
1509 'sys/reboot.h',
1510 'sys/reg.h',
1511 'sys/resource.h',
1512 'sys/select.h',
1513 'sys/sem.h',
1514 'sys/sendfile.h',
1515 'sys/shm.h',
1516 'sys/signal.h',
1517 'sys/signalfd.h',
1518 'sys/socket.h',
1519 'sys/soundcard.h',
1520 'sys/stat.h',
1521 'sys/statfs.h',
1522 'sys/statvfs.h',
1523 'sys/stropts.h',
1524 'sys/swap.h',
1525 'sys/syscall.h',
1526 'sys/sysinfo.h',
1527 'sys/syslog.h',
1528 'sys/sysmacros.h',
1529 'sys/termios.h',
1530 'sys/time.h',
1531 'sys/timeb.h',
1532 'sys/timerfd.h',
1533 'sys/times.h',
1534 'sys/timex.h',
1535 'sys/ttydefaults.h',
1536 'sys/types.h',
1537 'sys/ucontext.h',
1538 'sys/uio.h',
1539 'sys/un.h',
1540 'sys/user.h',
1541 'sys/utsname.h',
1542 'sys/vfs.h',
1543 'sys/vt.h',
1544 'sys/wait.h',
1545 'sys/xattr.h',
1546 },
1547 bits={
1548 -- <cd src/arch/generic/bits && printf "\t\t'%s',\n" *.h
1549 'dirent.h',
1550 'errno.h',
1551 'fcntl.h',
1552 'fenv.h',
1553 'hwcap.h',
1554 'io.h',
1555 'ioctl.h',
1556 'ioctl_fix.h',
1557 'ipc.h',
1558 'ipcstat.h',
1559 'kd.h',
1560 'limits.h',
1561 'link.h',
1562 'mman.h',
1563 'msg.h',
1564 'poll.h',
1565 'ptrace.h',
1566 'reg.h',
1567 'resource.h',
1568 'sem.h',
1569 'shm.h',
1570 'socket.h',
1571 'soundcard.h',
1572 'stat.h',
1573 'statfs.h',
1574 'stdint.h',
1575 'termios.h',
1576 'vt.h',
1577 },
1578 crts={
1579 -- <cd src && printf "\t\t'%s',\n" crt/*.c
1580 'crt/Scrt1.c',
1581 'crt/crt1.c',
1582 'crt/crti.c',
1583 'crt/crtn.c',
1584 'crt/rcrt1.c',
1585 },
1586}