mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Cosmetics.
This commit is contained in:
parent
e5c40b74ee
commit
8925d026a9
@ -15,10 +15,10 @@
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
# ifndef __ANDROID__
|
||||
# include <syscall.h>
|
||||
# endif
|
||||
# include <fcntl.h>
|
||||
# ifndef __ANDROID__
|
||||
# include <syscall.h>
|
||||
# endif
|
||||
# include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
@ -137,7 +137,6 @@ void SetThreadName( std::thread::native_handle_type handle, const char* name )
|
||||
# elif defined __APPLE__
|
||||
pthread_threadid_np( handle, &data->id );
|
||||
# elif defined __CYGWIN__
|
||||
|
||||
data->id = GetThreadId( ((stub2*)handle)->hnd );
|
||||
# else
|
||||
data->id = (uint64_t)handle;
|
||||
|
Loading…
Reference in New Issue
Block a user