haproxy/include
Willy Tarreau 53bae85b8e 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
2017-11-26 11:10:50 +01:00
..
common BUG/MINOR: threads: don't drop "extern" on the lock in include files 2017-11-26 11:10:50 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUG/MINOR: threads: don't drop "extern" on the lock in include files 2017-11-26 11:10:50 +01:00
types MAJOR: mworker: exits the master on failure 2017-11-24 22:48:27 +01:00