aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/fcntl.c')
-rw-r--r--lib/libc/sys/fcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/fcntl.c b/lib/libc/sys/fcntl.c
index ad3734dfbf14..52e041003b4d 100644
--- a/lib/libc/sys/fcntl.c
+++ b/lib/libc/sys/fcntl.c
@@ -50,5 +50,5 @@ fcntl(int fd, int cmd, ...)
va_end(args);
return (((int (*)(int, int, ...))
- __libc_interposing[INTERPOS_fcntl])(fd, cmd, arg));
+ __libsys_interposing[INTERPOS_fcntl])(fd, cmd, arg));
}