Skip to content

Commit

Permalink
native thread name
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 9, 2024
1 parent 5990424 commit 1f15cf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cxx_supportlib/oxt/implementation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
* THE SOFTWARE.
*/

#define _GNU_SOURCE
#include <pthread.h>
#include <boost/thread/mutex.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <pthread.h>
#include "tracable_exception.hpp"
#include "backtrace.hpp"
#include "initialize.hpp"
Expand Down

0 comments on commit 1f15cf8

Please sign in to comment.