summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/futex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/internal/futex.h b/src/internal/futex.h
index cf4c7951..dafbc24d 100644
--- a/src/internal/futex.h
+++ b/src/internal/futex.h
@@ -16,6 +16,4 @@
#define FUTEX_CLOCK_REALTIME 256
-int __futex(volatile int *, int, int, void *);
-
#endif