ladybird/Libraries/LibPthread
Andreas Kling eede6cfd06 LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()
Other implementations of pthread_setname_np() do not take the name
length as an argument.

For pthread_getname_np(), other implementations take the buffer size
as a size_t.

This patch brings us in line with other implementations.
2020-01-11 12:54:30 +01:00
..
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
pthread.cpp LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np() 2020-01-11 12:54:30 +01:00
pthread.h LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np() 2020-01-11 12:54:30 +01:00