summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-02-16 20:30:55 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-02-16 20:30:55 +0000
commit10723054ce7fce1954d8d4e65fb2d1f0de2fdcdf (patch)
treec2f93aef7f5b49ded749fd46d72b4e6625dfbdf9 /include/stdlib.h
parent4eecef906265d2f49eab6be92ced762b05cf3753 (diff)
Notes
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 0a2874d99e7a..a593345aa601 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -315,7 +315,7 @@ void srandomdev(void);
long long
strtonum(const char *, long long, long long, const char **);
-/* Deprecated interfaces, to be removed in FreeBSD 6.0. */
+/* Deprecated interfaces, to be removed. */
__int64_t
strtoq(const char *, char **, int);
__uint64_t