From 055dfbb7f71a67151898a8c4bf82ba930ba35a11 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 11 Sep 2018 15:03:23 -0400 Subject: remove unused __futex function and source file the direct syscall or various thin and mostly-inline wrappers around it are used instead internally. at some point a public futex function should be added, but it's not yet clear what the signature should be, and in the mean time this file is not useful. --- src/internal/futex.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/internal') 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 -- cgit v1.2.1