Changeset View
Changeset View
Standalone View
Standalone View
lib/libc/stdlib/Makefile.inc
| Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | |||||
| .include "${LIBC_SRCTOP}/stdlib/malloc/Makefile.inc" | .include "${LIBC_SRCTOP}/stdlib/malloc/Makefile.inc" | ||||
| # machine-dependent stdlib sources | # machine-dependent stdlib sources | ||||
| .sinclude "${LIBC_SRCTOP}/${LIBC_ARCH}/stdlib/Makefile.inc" | .sinclude "${LIBC_SRCTOP}/${LIBC_ARCH}/stdlib/Makefile.inc" | ||||
| MAN+= a64l.3 abort.3 abs.3 atexit.3 atof.3 \ | MAN+= a64l.3 abort.3 abs.3 atexit.3 atof.3 \ | ||||
| atoi.3 atol.3 at_quick_exit.3 bsearch.3 \ | atoi.3 atol.3 at_quick_exit.3 bsearch.3 \ | ||||
| div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \ | div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \ | ||||
| hcreate.3 imaxabs.3 insque.3 labs.3 llabs.3 \ | hcreate.3 insque.3 \ | ||||
| lsearch.3 memalignment.3 memory.3 ptsname.3 qsort.3 \ | lsearch.3 memalignment.3 memory.3 ptsname.3 qsort.3 \ | ||||
| quick_exit.3 \ | quick_exit.3 \ | ||||
| radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \ | radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \ | ||||
| set_constraint_handler_s.3 \ | set_constraint_handler_s.3 \ | ||||
| strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \ | strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \ | ||||
| tsearch.3 | tsearch.3 | ||||
| MLINKS+=a64l.3 l64a.3 \ | MLINKS+=a64l.3 l64a.3 \ | ||||
| a64l.3 l64a_r.3 | a64l.3 l64a_r.3 | ||||
| MLINKS+=abs.3 labs.3 \ | |||||
| abs.3 llabs.3 \ | |||||
| abs.3 imaxabs.3 | |||||
| MLINKS+=atol.3 atoll.3 | MLINKS+=atol.3 atoll.3 | ||||
| MLINKS+=div.3 ldiv.3 \ | MLINKS+=div.3 ldiv.3 \ | ||||
| div.3 lldiv.3 \ | div.3 lldiv.3 \ | ||||
| div.3 imaxdiv.3 | div.3 imaxdiv.3 | ||||
| MLINKS+=exit.3 _Exit.3 | MLINKS+=exit.3 _Exit.3 | ||||
| MLINKS+=getenv.3 clearenv.3 \ | MLINKS+=getenv.3 clearenv.3 \ | ||||
| getenv.3 putenv.3 \ | getenv.3 putenv.3 \ | ||||
| getenv.3 secure_getenv.3 \ | getenv.3 secure_getenv.3 \ | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||