Skip to content

Commit

Permalink
Fixed fcntl on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Jun 3, 2024
1 parent 70291cd commit cee8643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rtcheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ INTERCEPTOR(int, fcntl, int filedes, int cmd, ...)
{
log_function_if_realtime_context_and_enabled (rtc::check_flags::fcntl, __func__);

INTERCEPT_FUNCTION(int, fcntl, int, int, ...);

va_list args;
va_start(args, cmd);

Expand Down

0 comments on commit cee8643

Please sign in to comment.