Skip to content

Commit

Permalink
Fix get_sched_cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
hp77-creator committed Jun 10, 2024
1 parent 7e03fbf commit 8b23a2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runtime/src/bpf_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
#include "bpftime-verifier.hpp"
#endif

#if __linux__
#include <sched.h>
#elif __APPLE__
#include "platform_utils.hpp"
#endif
#include "spdlog/spdlog.h"
#include <map>
#include <stdio.h>
Expand Down

0 comments on commit 8b23a2d

Please sign in to comment.