mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-02-09 08:23:21 +01: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:
committed by
Himanshu Chauhan
parent
a87d40688b
commit
8bb70d8a90
@@ -27,12 +27,6 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef STAND_ALONE
|
||||
#include <stddef.h>
|
||||
#else
|
||||
#include <printk.h>
|
||||
#include <atom-types.h>
|
||||
#endif
|
||||
|
||||
#include "atom.h"
|
||||
#include "atomqueue.h"
|
||||
|
||||
Reference in New Issue
Block a user