mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-11 23:03:06 -05:00
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
No EOL
195 B
C
4 lines
No EOL
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; |