mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-13 15:04:42 +00:00
977209d1d8
Now it's much cleaner, both 51d.c and the dummy library live together and are easier to spot and maintain. The build howto probably ought to be moved there as well. Makefile, docs and MAINTAINERS were updated, as well as the github CI's build matrix, travis CI's, and coverity checks.
4 lines
195 B
C
4 lines
195 B
C
typedef struct fiftyoneDegrees_threading_t {
|
|
// This is an empty structure to ensure a threading.o is generated
|
|
// by the dummy library, it is never used.
|
|
} dummyFiftyoneDegreesThreading; |