Commit 25e6253e by Ian Lance Taylor Committed by Ian Lance Taylor

backtrace.h (backtrace_create_state): Correct comment about threading.

	* backtrace.h (backtrace_create_state): Correct comment about
	threading.

From-SVN: r204905
parent cfa658e4
2013-11-16 Ian Lance Taylor <iant@google.com>
* backtrace.h (backtrace_create_state): Correct comment about
threading.
2013-11-15 Ian Lance Taylor <iant@google.com> 2013-11-15 Ian Lance Taylor <iant@google.com>
* backtrace.h (backtrace_syminfo): Update comment and parameter * backtrace.h (backtrace_syminfo): Update comment and parameter
......
...@@ -89,8 +89,7 @@ typedef void (*backtrace_error_callback) (void *data, const char *msg, ...@@ -89,8 +89,7 @@ typedef void (*backtrace_error_callback) (void *data, const char *msg,
system-specific path names. If not NULL, FILENAME must point to a system-specific path names. If not NULL, FILENAME must point to a
permanent buffer. If THREADED is non-zero the state may be permanent buffer. If THREADED is non-zero the state may be
accessed by multiple threads simultaneously, and the library will accessed by multiple threads simultaneously, and the library will
use appropriate locks (this requires that the library be configured use appropriate atomic operations. If THREADED is zero the state
with --enable-backtrace-threads). If THREADED is zero the state
may only be accessed by one thread at a time. This returns a state may only be accessed by one thread at a time. This returns a state
pointer on success, NULL on error. If an error occurs, this will pointer on success, NULL on error. If an error occurs, this will
call the ERROR_CALLBACK routine. */ call the ERROR_CALLBACK routine. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment