Skip to content

Commit cee8643

Browse files
committed
Fixed fcntl on linux
1 parent 70291cd commit cee8643

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rtcheck.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,8 @@ INTERCEPTOR(int, fcntl, int filedes, int cmd, ...)
573573
{
574574
log_function_if_realtime_context_and_enabled (rtc::check_flags::fcntl, __func__);
575575

576+
INTERCEPT_FUNCTION(int, fcntl, int, int, ...);
577+
576578
va_list args;
577579
va_start(args, cmd);
578580

0 commit comments

Comments
 (0)