summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/nss/nspr/pr/include/md/_linux.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/nss/nspr/pr/include/md/_linux.cfg')
-rw-r--r--chromium/third_party/nss/nspr/pr/include/md/_linux.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/nss/nspr/pr/include/md/_linux.cfg b/chromium/third_party/nss/nspr/pr/include/md/_linux.cfg
index 2fdbf63ee84..78fd839a846 100644
--- a/chromium/third_party/nss/nspr/pr/include/md/_linux.cfg
+++ b/chromium/third_party/nss/nspr/pr/include/md/_linux.cfg
@@ -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