mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Fix typo in thread.h (s/event/evthread)
This commit is contained in:
parent
114b383675
commit
5a5fe67ee8
@ -39,8 +39,8 @@
|
||||
use them.
|
||||
|
||||
Most programs will either be using Windows threads or Posix threads. You
|
||||
can configure Libevent to use one of these event_use_windows_threads() or
|
||||
event_use_pthreads() respectively. If you're using another threading
|
||||
can configure Libevent to use one of these evthread_use_windows_threads() or
|
||||
evthread_use_pthreads() respectively. If you're using another threading
|
||||
library, you'll need to configure threading functions manually using
|
||||
evthread_set_lock_callbacks() and evthread_set_condition_callbacks().
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user