mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
nss: update nss to hg rev 395a93dbc02e with vc2013 patch applied
This commit is contained in:
parent
50f657b9c7
commit
b0e724dc85
84 changed files with 14198 additions and 661 deletions
|
|
@ -99,6 +99,7 @@ swap4b(PRUint32 value)
|
|||
defined(__ARM_ARCH_7__) || \
|
||||
defined(__ARM_ARCH_7A__) || \
|
||||
defined(__ARM_ARCH_7R__)))
|
||||
#if defined(IS_LITTLE_ENDIAN)
|
||||
static __inline__ PRUint32
|
||||
swap4b(PRUint32 value)
|
||||
{
|
||||
|
|
@ -109,6 +110,7 @@ swap4b(PRUint32 value)
|
|||
return ret;
|
||||
}
|
||||
#define SHA_HTONL(x) swap4b(x)
|
||||
#endif
|
||||
|
||||
#endif /* x86 family */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue