summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Davis <jld@mozilla.com>2015-11-20 16:27:07 +0100
committerJed Davis <jld@mozilla.com>2015-11-20 16:27:07 +0100
commit15844d34f3dc230cea44189dda4a461e3642993c (patch)
treeb47453f9a60e3c096679441e1743dc0e2b1aeaa6
parent57c0aad02d370d478910eaef6742757596f142b1 (diff)
downloadnspr-hg-15844d34f3dc230cea44189dda4a461e3642993c.tar.gz
Bug 1209397, PR_DuplicateEnvironment getting undefined in NSPR 4.10.9, r=wtc
-rw-r--r--pr/src/nspr.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/pr/src/nspr.def b/pr/src/nspr.def
index 6b91e551..edd6b322 100644
--- a/pr/src/nspr.def
+++ b/pr/src/nspr.def
@@ -455,3 +455,9 @@ EXPORTS ;-
;+ global:
PR_SyncMemMap;
;+} NSPR_4.9.2;
+;+# Function PR_DuplicateEnvironment had been added in NSPR 4.10.9,
+;+# but we neglected to add it to nspr.def until NSPR 4.12
+;+NSPR_4.12 {
+;+ global:
+ PR_DuplicateEnvironment;
+;+} NSPR_4.10.3;