From 9f08d9ffc2ee079bcc7e7937d947ca436d2fbcd0 Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 26 Jan 1995 03:26:46 +0000 Subject: [PATCH] (routines): Remove __random, srand. --- stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0