diff options
author | Max Kellermann <max@duempel.org> | 2015-01-06 12:08:36 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-06 12:08:36 +0100 |
commit | 4bd2c75056271e687e26c4d8038bdefaa7c88dc9 (patch) | |
tree | b517f97c3e15fc7bb653e79ba83e6f8e7adeb913 /NEWS | |
parent | b9ed850b98ff793b43482cc501505f873335bdb1 (diff) |
thread/Name: disable pthread_setname_np() on NetBSD
NetBSD's pthread_setname_np() prototype is incompatible with the rest
of the world, and it requires to pass the string argument as a
non-const pointer. Instead of working around this misdesign, I hereby
disable the feature on NetBSD.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ ver 0.19.8 (not yet released) - dsdiff, dsf: allow ID3 tags larger than 4 kB - ffmpeg: support interleaved floating point * fix clang 3.6 warnings +* fix build failure on NetBSD ver 0.19.7 (2014/12/17) * input |