mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
This way the directory structure remains the same as with the real lib and one can apply the same build options regardless of where the lib is stored, removing any possible confusion.
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; |