diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/cgo/libcgo_unix.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/runtime/cgo/libcgo_unix.h b/src/runtime/cgo/libcgo_unix.h index 604fd5dc1b..c765f6cb32 100644 --- a/src/runtime/cgo/libcgo_unix.h +++ b/src/runtime/cgo/libcgo_unix.h @@ -9,11 +9,4 @@ */ extern int _cgo_try_pthread_create(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*); -/* - * Same as _cgo_try_pthread_create, but passing on the pthread_create function. - * Only defined on OpenBSD. - */ -extern int _cgo_openbsd_try_pthread_create(int (*)(pthread_t*, const pthread_attr_t*, void *(*pfn)(void*), void*), - pthread_t*, const pthread_attr_t*, void* (*)(void*), void* arg); - extern void* threadentry(void*); |
