mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
Fixed missing declaration of rand_r(3).
This commit is contained in:
parent
19fa8f60e9
commit
dea750ae4c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55031
@ -31,6 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)stdlib.h 8.5 (Berkeley) 5/19/95
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _STDLIB_H_
|
||||
@ -160,6 +161,7 @@ int radixsort __P((const unsigned char **, int, const unsigned char *,
|
||||
unsigned));
|
||||
int sradixsort __P((const unsigned char **, int, const unsigned char *,
|
||||
unsigned));
|
||||
int rand_r __P((unsigned *));
|
||||
long random __P((void));
|
||||
void *reallocf __P((void *, size_t));
|
||||
char *realpath __P((const char *, char resolved_path[]));
|
||||
|
Loading…
Reference in New Issue
Block a user