logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

base.lua (40081B)


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