update NSPR to 4.24 and keep NSPR Bug 1586070 and win64 patch intact.

This commit is contained in:
Roy Tam 2020-01-03 13:34:04 +08:00
commit 0b9855b841
487 changed files with 42933 additions and 48679 deletions

View file

@ -6,12 +6,12 @@
/*
** prrng.h -- NSPR Random Number Generator
**
**
**
** lth. 29-Oct-1999.
*/
#ifndef prrng_h___
#ifndef prrng_h___
#define prrng_h___
#include "prtypes.h"
@ -64,7 +64,7 @@ PR_BEGIN_EXTERN_C
** component.
**
*/
NSPR_API(PRSize) PR_GetRandomNoise(
NSPR_API(PRSize) PR_GetRandomNoise(
void *buf,
PRSize size
);