Started BeOS removal: merged BeOS thread and pthread code.
Haiku uses most of the standard pthread API, with a few #ifdefs where we still need to fallback onto the old BeOS APIs. BeOS, however, does not support pthreads (or maybe doesn't support it well), so I'm unplugging support for the platform with this changeset. Be Inc went out of business in 2001. --HG-- extra : rebase_source : c7227f47193228c898cc997ebcf9bb00ead329e6
This commit is contained in:
parent
cb3d7d3831
commit
bcaa9c4c22
13 changed files with 61 additions and 408 deletions
|
@ -1012,6 +1012,8 @@ elseif(BEOS)
|
|||
set(HAVE_VIDEO_OPENGL TRUE)
|
||||
endif(VIDEO_OPENGL)
|
||||
endif(SDL_VIDEO)
|
||||
|
||||
CheckPTHREAD()
|
||||
endif()
|
||||
|
||||
# Dummies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue