mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Fixed a small mistake in the previous checkin.
This commit is contained in:
parent
38f4b0469b
commit
8931f4f8c7
@ -1345,7 +1345,7 @@ struct PRSem {
|
||||
|
||||
struct PRStackStr {
|
||||
/* head MUST be at offset 0; assembly language code relies on this */
|
||||
#if defined(AIX) || defined(OSF1)
|
||||
#if defined(AIX)
|
||||
volatile PRStackElem prstk_head;
|
||||
#else
|
||||
PRStackElem prstk_head;
|
||||
|
Loading…
x
Reference in New Issue
Block a user