CMB / edbrowse

A command-line editor and web browser.
Other
345 stars 31 forks source link

FreeBSD has not pthread_tryjoin_np() #55

Closed alfonsosiciliano closed 4 years ago

alfonsosiciliano commented 4 years ago

FreeBSD has not pthread_tryjoin_np()

eklhad commented 4 years ago

Ok - we perhaps need to expand the #if on html.c line 17, which I had to put in for OSX.

Karl Dahlke

alfonsosiciliano commented 4 years ago

Ok, I suggested an easy:

if defined(__APPLE__) || defined(__FreeBSD__)

in this pull request because I used it for the FreeBSD port patch

eklhad commented 4 years ago

Yes but I also have to check for ANDROID

Karl Dahlke

alfonsosiciliano commented 4 years ago

Ok, It makes sense.

Alfonso Siciliano

alfonsosiciliano commented 4 years ago

fixed by this commit: https://github.com/CMB/edbrowse/commit/51295f088bac8d892091d878b0050394b96728b1#diff-caa3a5f2f399803e7e8d816d3b96ac5f