projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
15c1177
)
(routines): Remove __random, srand.
author
roland
<roland>
Thu, 26 Jan 1995 03:26:46 +0000
(
03:26
+0000)
committer
roland
<roland>
Thu, 26 Jan 1995 03:26:46 +0000
(
03:26
+0000)
stdlib/Makefile
patch
|
blob
|
history
diff --git
a/stdlib/Makefile
b/stdlib/Makefile
index
dbe09d8
..
ca66196
100644
(file)
--- 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