mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00:00
2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
[RT #20315]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
|
||||||
|
[RT #20315]
|
||||||
|
|
||||||
2689. [bug] Correctly handle snprintf result. [RT #20306]
|
2689. [bug] Correctly handle snprintf result. [RT #20306]
|
||||||
|
|
||||||
2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
|
2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: thread.h,v 1.22 2007/06/19 23:47:20 tbox Exp $ */
|
/* $Id: thread.h,v 1.23 2009/09/25 05:48:17 marka Exp $ */
|
||||||
|
|
||||||
#ifndef ISC_THREAD_H
|
#ifndef ISC_THREAD_H
|
||||||
#define ISC_THREAD_H 1
|
#define ISC_THREAD_H 1
|
||||||
@@ -90,7 +90,7 @@ int
|
|||||||
isc_thread_key_delete(isc_thread_key_t key);
|
isc_thread_key_delete(isc_thread_key_t key);
|
||||||
|
|
||||||
void *
|
void *
|
||||||
isc_thread_key_getspecific(isc_thread_key);
|
isc_thread_key_getspecific(isc_thread_key_t);
|
||||||
|
|
||||||
int
|
int
|
||||||
isc_thread_key_setspecific(isc_thread_key_t key, void *value);
|
isc_thread_key_setspecific(isc_thread_key_t key, void *value);
|
||||||
|
Reference in New Issue
Block a user