This is a discussion on Re: More nits (was Re: reentrant variants of gethostbyname2/gethostbyaddr) within the lucky.openbsd.tech forums, part of the OpenBSD category; --> Hannah Schroeter writes: > And I think <pthread.h> pollutes the global namespace in an unfortunate > way, e.g. Ugly ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hannah Schroeter writes: > And I think <pthread.h> pollutes the global namespace in an unfortunate > way, e.g. Ugly workaround for your C++ code: #define pthread __pthread #include <pthread.h> #undef pthread // marc |