Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/boost/interprocess/detail/os_thread_functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ inline OS_systemwide_thread_id_t get_current_systemwide_thread_id()
{ return thread_self(); }

inline OS_systemwide_thread_id_t get_invalid_systemwide_thread_id()
{ return (thread_t)(-1); }
{ return (tid_t)(-1); }

#elif defined(__CYGWIN__) && !defined(BOOST_INTERPROCESS_USE_PTHREAD_AS_SYSTEMWIDE_THREAD_ID)

Expand Down