mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-04-10 22:19:03 +02:00
Improve support for platforms without stddef.h. NULL definition should now be provided by architecture port file atomport.h, which in most cases can just include stddef.h.
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <stddef.h>
|
||||
#include "atom.h"
|
||||
#include "atommutex.h"
|
||||
#include "atomtests.h"
|
||||
|
||||
Reference in New Issue
Block a user