mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-24 11:50:23 +00:00
ffc7b7dc4a
This pairs with the new default behavior to fetch and build libbpf and is mostly being used so we can use the latest bpftool and libbpf.
5 lines
87 B
C
5 lines
87 B
C
// This is just used as a dummy target file for meson
|
|
int main(void) {
|
|
return 0;
|
|
}
|