| Index: nspr/pr/include/md/_linux.cfg
|
| ===================================================================
|
| --- nspr/pr/include/md/_linux.cfg (revision 257452)
|
| +++ nspr/pr/include/md/_linux.cfg (working copy)
|
| @@ -248,9 +248,9 @@
|
| #define PR_ALIGN_OF_SHORT 2
|
| #define PR_ALIGN_OF_INT 4
|
| #define PR_ALIGN_OF_LONG 4
|
| -#define PR_ALIGN_OF_INT64 4
|
| +#define PR_ALIGN_OF_INT64 8
|
| #define PR_ALIGN_OF_FLOAT 4
|
| -#define PR_ALIGN_OF_DOUBLE 4
|
| +#define PR_ALIGN_OF_DOUBLE 8
|
| #define PR_ALIGN_OF_POINTER 4
|
| #define PR_ALIGN_OF_WORD 4
|
|
|
|
|