ladybird/Libraries/LibPthread
Lenny Maiorani b2316701a8 Everywhere: void arguments to C functions
Problem:
- C functions with no arguments require a single `void` in the argument list.

Solution:
- Put the `void` in the argument list of functions in C header files.
2020-12-26 10:10:27 +01:00
..
CMakeLists.txt LibPthread: Implement pthread_once() 2020-11-24 21:36:28 +01:00
pthread.cpp Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
pthread.h Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00
pthread_once.cpp Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00