From: roland Date: Thu, 26 Jan 1995 03:26:46 +0000 (+0000) Subject: (routines): Remove __random, srand. X-Git-Tag: libc_1_09~418 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=9f08d9ffc2ee079bcc7e7937d947ca436d2fbcd0 (routines): Remove __random, srand. --- diff --git a/stdlib/Makefile b/stdlib/Makefile index dbe09d8918..ca6619687c 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -32,7 +32,7 @@ routines := \ abs labs \ div ldiv \ mblen mbstowcs mbtowc wcstombs wctomb \ - __random random rand srand \ + random rand \ strtod strtol strtoul strtoq strtouq \ system