--- OpenCL/xthread.h 2012/04/24 22:45:38 1.2 +++ OpenCL/xthread.h 2012/10/11 05:02:54 1.3 @@ -51,7 +51,7 @@ #define X_THREAD_ATFORK(a,b,c) static int -thread_create (xthread_t *tid, void *(*proc)(void *), void *arg) +xthread_create (xthread_t *tid, void *(*proc)(void *), void *arg) { int retval; pthread_attr_t attr; @@ -132,7 +132,7 @@ #endif static int -thread_create (xthread_t *tid, void *(*proc)(void *), void *arg) +xthread_create (xthread_t *tid, void *(*proc)(void *), void *arg) { int retval; sigset_t fullsigset, oldsigset;