summaryrefslogtreecommitdiff
path: root/sys/src/9/port/portdat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-11-02 21:39:30 +0100
committercinap_lenrek <cinap_lenrek@centraldogma>2011-11-02 21:39:30 +0100
commit4c05d129e20a90a2aa25d2ad947d920f5e24a1ee (patch)
tree23c3ca544f59c96fcc303323eec3ad89d1346c7d /sys/src/9/port/portdat.h
parentb2ba90e7b6b0fc0941a2061ab038917861887f2d (diff)
eqlock: fix postnote/qunlock race
Diffstat (limited to 'sys/src/9/port/portdat.h')
-rw-r--r--sys/src/9/port/portdat.h1
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;