diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-27 06:04:10 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-27 06:04:10 +0000 |
commit | c08f68e92f2454a46ec91db97d776ad6304328bb (patch) | |
tree | a53c24ee44d6b4fb4c6bb2d8e3168b987eb9f08b /ace/Thread.h | |
parent | 8d87d701900caa1f26567a5c639aa2c244fa1eeb (diff) | |
download | ATCD-c08f68e92f2454a46ec91db97d776ad6304328bb.tar.gz |
foo
Diffstat (limited to 'ace/Thread.h')
-rw-r--r-- | ace/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Thread.h b/ace/Thread.h index 4880b824f8e..02f8f1d8e46 100644 --- a/ace/Thread.h +++ b/ace/Thread.h @@ -119,7 +119,7 @@ public: // Change and/or examine calling thread's signal mask. static int keycreate (ACE_thread_key_t *keyp, - void (*destructor)(void *value), + ACE_THR_DEST destructor, void * = 0); // Allocates a <keyp> that is used to identify data that is specific // to each thread in the process. The key is global to all threads |