-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1488 from dgelessus/remove_pthread_timedjoin_np
Remove no longer used check for `pthread_timedjoin_np`
- Loading branch information
Showing
4 changed files
with
0 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,11 +47,6 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
|
||
#include "Pch.h" | ||
|
||
#if defined(HAVE_PTHREAD_TIMEDJOIN_NP) | ||
#include <pthread.h> | ||
#include <time.h> | ||
#endif | ||
|
||
static void CreateThreadProc(AsyncThreadRef thread) | ||
{ | ||
#ifdef USE_VLD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,6 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
#cmakedefine USE_VPX | ||
#cmakedefine USE_WEBM | ||
|
||
#cmakedefine HAVE_PTHREAD_TIMEDJOIN_NP | ||
#cmakedefine HAVE_SYSCTL | ||
#cmakedefine HAVE_SYSDIR | ||
#cmakedefine HAVE_SYSINFO | ||
|