Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../lib/golang/src/runtime/cgo
File: libcgo_unix.h
// Copyright 2016 The Go Authors. All rights reserved.
[0] Fix | Delete
// Use of this source code is governed by a BSD-style
[1] Fix | Delete
// license that can be found in the LICENSE file.
[2] Fix | Delete
[3] Fix | Delete
/*
[4] Fix | Delete
* Call pthread_create, retrying on EAGAIN.
[5] Fix | Delete
*/
[6] Fix | Delete
extern int _cgo_try_pthread_create(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*);
[7] Fix | Delete
[8] Fix | Delete
/*
[9] Fix | Delete
* Same as _cgo_try_pthread_create, but passing on the pthread_create function.
[10] Fix | Delete
* Only defined on OpenBSD.
[11] Fix | Delete
*/
[12] Fix | Delete
extern int _cgo_openbsd_try_pthread_create(int (*)(pthread_t*, const pthread_attr_t*, void *(*pfn)(void*), void*),
[13] Fix | Delete
pthread_t*, const pthread_attr_t*, void* (*)(void*), void* arg);
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function