Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define CFLAG -D_GNU_SOURCE as per liburing ./configure (#665)
The ./configure script for liburing sets the CFLAG -D_GNU_SOURCE, so we should set it on our build.rs as well. Fixes the following build error with musl libc: `error: unknown type name 'cpu_set_t'` On musl, `cpu_set_t` is only defined when _GNU_SOURCE is set.
- Loading branch information