init.cc
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /*
  2.  * DO not delete this file. The hack here ensures that pthread_init() gets 
  3.  * called before main does. This doesn't fix everything. It is still 
  4.  * possible for a c++ module to reley on constructors that need pthreads.
  5.  */
  6. #include <pthread.h>
  7. char __pthread_init_hack = 42;