Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-07-03 07:25:19 +0400
committerChristopher Faylor <me@cgf.cx>2005-07-03 07:25:19 +0400
commit4c157aa9e5fe9deaffaa7c32a42561881e5ab122 (patch)
treeaccb62d8c444792924737ae05e78d18642f016d9 /winsup/cygwin/thread.h
parent893ac8e03c21d246bbfc8d575a227d8c65cfae76 (diff)
* thread.h (verifyable_object_state verifyable_object_isvalid): Delete function
declaration that should have been static. * thread.cc (verifyable_object_state verifyable_object_isvalid): Make inline static. (pthread*::is_good_object): Move to directly after verifyable_object_state verifyable_object_isvalid and make inline.
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r--winsup/cygwin/thread.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h
index 9c1f8eed7..ce8986343 100644
--- a/winsup/cygwin/thread.h
+++ b/winsup/cygwin/thread.h
@@ -137,11 +137,6 @@ typedef enum
VALID_STATIC_OBJECT
} verifyable_object_state;
-verifyable_object_state verifyable_object_isvalid (void const * objectptr, long magic,
- void *static_ptr1 = NULL,
- void *static_ptr2 = NULL,
- void *static_ptr3 = NULL);
-
template <class list_node> inline void
List_insert (list_node *&head, list_node *node)
{