commit | 53bae85b8e9e8333e9a232fcd9a8aa085471f6cb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 26 11:00:37 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 26 11:10:50 2017 +0100 |
tree | c28f9f37c3accc5d3408f3a3b8e575e81fc3df57 | |
parent | 4cfede87a313456fcbce7a185312460b4e1d05b7 [diff] |
BUG/MINOR: threads: don't drop "extern" on the lock in include files Commit 9dcf9b6 ("MINOR: threads: Use __decl_hathreads to declare locks") accidently lost a few "extern" in certain lock declarations, possibly causing certain entries to be declared at multiple places. Apparently it hasn't caused any harm though. The offending ones were : - fdtab_lock - fdcache_lock - poll_lock - buffer_wq_lock