Use uint64_t except where other types are expected.

This commit is contained in:
Steve Checkoway
2004-09-07 12:59:08 +00:00
parent 3dac41c399
commit 7b2ec2cee3
4 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ void GetBacktrace( const void **buf, size_t size, const BacktraceContext *ctx =
/* Set up a BacktraceContext to get a backtrace for a thread. ThreadID may
* not be the current thread. True is returned on success, false on failure. */
bool GetThreadBacktraceContext( int ThreadID, BacktraceContext *ctx );
bool GetThreadBacktraceContext( uint64_t ThreadID, BacktraceContext *ctx );
/* Set up a BacktraceContext to get a backtrace after receiving a signal, given
* a ucontext_t (see sigaction(2)). (This interface is UNIX-specific.) */