mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Move sranddev() to !ANSI_SOURCE !POSIX_SOURCE section
Pointed out by: bde
This commit is contained in:
parent
d98dc34f52
commit
99596f82de
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75859
@ -102,7 +102,6 @@ void qsort __P((void *, size_t, size_t,
|
||||
int rand __P((void));
|
||||
void *realloc __P((void *, size_t));
|
||||
void srand __P((unsigned));
|
||||
void sranddev __P((void));
|
||||
double strtod __P((const char *, char **));
|
||||
long strtol __P((const char *, char **, int));
|
||||
long long
|
||||
@ -175,6 +174,7 @@ void *reallocf __P((void *, size_t));
|
||||
char *realpath __P((const char *, char resolved_path[]));
|
||||
char *setstate __P((char *));
|
||||
void srandom __P((unsigned long));
|
||||
void sranddev __P((void));
|
||||
void srandomdev __P((void));
|
||||
char *user_from_uid __P((unsigned long, int));
|
||||
#ifndef __STRICT_ANSI__
|
||||
|
Loading…
Reference in New Issue
Block a user