diff options
Diffstat (limited to 'lib/libc/thread/synch.h')
-rw-r--r-- | lib/libc/thread/synch.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/thread/synch.h b/lib/libc/thread/synch.h index 0ac8b3419b1..8ab379530e8 100644 --- a/lib/libc/thread/synch.h +++ b/lib/libc/thread/synch.h @@ -1,4 +1,4 @@ -/* $OpenBSD: synch.h,v 1.1 2017/08/15 06:13:24 guenther Exp $ */ +/* $OpenBSD: synch.h,v 1.2 2017/09/05 02:40:54 guenther Exp $ */ /* * Copyright (c) 2017 Martin Pieuchot * @@ -19,8 +19,6 @@ #include <sys/time.h> #include <sys/futex.h> -REDIRECT_SYSCALL(futex); - static inline int _wake(volatile uint32_t *p, int n) { |