From 408e8e9caafccf44dfaf206d1207261a48495849 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Fri, 10 Apr 2009 08:26:23 +0000 Subject: [PATCH] Add missing MLINKS for strto{f,ld} functions --- lib/libc/stdlib/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index a6da14ae17..ab514abba1 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -42,6 +42,7 @@ MLINKS+=radixsort.3 sradixsort.3 MLINKS+=rand.3 rand_r.3 rand.3 srand.3 rand.3 sranddev.3 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \ random.3 srandomdev.3 +MLINKS+=strtod.3 strtof.3 strtod.3 strtold.3 MLINKS+=strtol.3 strtoimax.3 strtol.3 strtoll.3 strtol.3 strtoq.3 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtoumax.3 strtoul.3 strtouq.3 MLINKS+=tsearch.3 tdelete.3 tsearch.3 tfind.3 tsearch.3 twalk.3 -- 2.41.0