Revert r355760, r355759
And remove the inline/deprecated attribute use entirely in stdlib.h, from r355747. The intent was to provide a buildable API transitionary period, but clearly that was counter-productive. Reported by: delphij, imp, others
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user