Changeset View
Changeset View
Standalone View
Standalone View
lib/libc/stdlib/Makefile.inc
| Show First 20 Lines • Show All 61 Lines • ▼ Show 20 Lines | MISRCS+= \ | ||||
| strtoq.c \ | strtoq.c \ | ||||
| strtoul.c \ | strtoul.c \ | ||||
| strtonum.c \ | strtonum.c \ | ||||
| strtoull.c \ | strtoull.c \ | ||||
| strtoumax.c \ | strtoumax.c \ | ||||
| strtouq.c \ | strtouq.c \ | ||||
| system.c \ | system.c \ | ||||
| tdelete.c \ | tdelete.c \ | ||||
| tdestroy.c \ | |||||
| tfind.c \ | tfind.c \ | ||||
| tsearch.c \ | tsearch.c \ | ||||
| twalk.c | twalk.c | ||||
| CFLAGS.qsort.c+= -Wsign-compare | CFLAGS.qsort.c+= -Wsign-compare | ||||
| # Work around an issue on case-insensitive file systems. | # Work around an issue on case-insensitive file systems. | ||||
| # libc has both _Exit.c and _exit.s and they both yield | # libc has both _Exit.c and _exit.s and they both yield | ||||
| ▲ Show 20 Lines • Show All 72 Lines • Show Last 20 Lines | |||||