Skip to content

pthread: Fix pthread_getname_np

Samuel Holland requested to merge smaeul/gcompat:patch-5 into master

Remove the trailing newline, and ensure the string returned is always null-terminated.

Signed-off-by: Samuel Holland samuel@sholland.org

Merge request reports