diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-11-02 21:39:30 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-11-02 21:39:30 +0100 |
commit | 4c05d129e20a90a2aa25d2ad947d920f5e24a1ee (patch) | |
tree | 23c3ca544f59c96fcc303323eec3ad89d1346c7d /sys/src/9/port/portdat.h | |
parent | b2ba90e7b6b0fc0941a2061ab038917861887f2d (diff) |
eqlock: fix postnote/qunlock race
Diffstat (limited to 'sys/src/9/port/portdat.h')
-rw-r--r-- | sys/src/9/port/portdat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/portdat.h b/sys/src/9/port/portdat.h index 2fcb37b0b..5aca7fb14 100644 --- a/sys/src/9/port/portdat.h +++ b/sys/src/9/port/portdat.h @@ -736,7 +736,6 @@ struct Proc ulong qpc; /* pc calling last blocking qlock */ QLock *eql; /* interruptable eqlock */ - Lock eqlock; int setargs; |