summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-12-15 17:33:26 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-12-15 17:33:26 +0000
commit482f0c0255e76c75011d71ee2f9f07c500c22a5e (patch)
tree16db21e9d478ffd65fd8b7331f3eba5edeec29ca /include
parent58b22b9df2e81bea0943d1534d5018e58e819e5e (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index e46e473fabc46..f9388037410c3 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -314,12 +314,6 @@ long long
strtonum(const char *, long long, long long, const char **);
/* Deprecated interfaces, to be removed. */
-static inline void
-__deprecated("sranddev to be removed in FreeBSD 13")
-sranddev(void)
-{
-}
-
__int64_t
strtoq(const char *, char **, int);
__uint64_t