$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Karl Pitrich (pit_at_[hidden])
Date: 2001-10-11 09:54:29
hm, this is strange, the function signatures do not match:
from pthreads man page:
> int pthread_getspecific(pthread_key_t key, pthread_addr_t *value);
but in once.cpp:
> once_callback cb =
reinterpret_cast<once_callback>(pthread_getspecific(key));
?