]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/nptl/lowlevellock-futex.h
nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)
[thirdparty/glibc.git] / sysdeps / nptl / lowlevellock-futex.h
index 50ceba71ff6fa35f166caeb5130bc6798a628e8e..bb8effe28840312149776aefa93b58c636f6f71e 100644 (file)
                                  val, private)                          \
   -ENOSYS
 
+/* Like lll_futex_wait, but acting as a cancellable entrypoint.  */
+#define lll_futex_wait_cancel(futexp, val, private) \
+  -ENOSYS
+
+/* Like lll_futex_timed_wait, but acting as a cancellable entrypoint.  */
+#define lll_futex_timed_wait_cancel(futexp, val, timeout, private) \
+  -ENOSYS
 
 #endif  /* lowlevellock-futex.h */