coarray_43.f90: Add "-latomic" option if libatomic_available.
[gcc.git] / libgcc / gthr-posix.h
index 1e7ddfeb2f4076e3057cf45b4acbc5641cb77f54..a54a32e5f9d6d3589a4be56c063e1a3f6d04afda 100644 (file)
@@ -1,7 +1,6 @@
 /* Threads compatibility routines for libgcc2 and libobjc.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-   2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2017 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -879,14 +878,6 @@ __gthread_cond_wait_recursive (__gthread_cond_t *__cond,
   return __gthread_cond_wait (__cond, __mutex);
 }
 
-static inline int
-__gthread_cond_timedwait_recursive (__gthread_cond_t *__cond,
-                                   __gthread_recursive_mutex_t *__mutex,
-                                   const __gthread_time_t *__abs_timeout)
-{
-  return __gthread_cond_timedwait (__cond, __mutex, __abs_timeout);
-}
-
 static inline int
 __gthread_cond_destroy (__gthread_cond_t* __cond)
 {