battleblow / openjdk-jdk11u

BSD port of OpenJDK 11
GNU General Public License v2.0
9 stars 8 forks source link

NetBSD's pthread_setname_np() has the following prototype #96

Closed ryoon closed 4 years ago

ryoon commented 4 years ago

int pthread_setname_np(pthread_t thread, const char name, void arg); arg is not const.

battleblow commented 4 years ago

Thanks for catching that!