split internal lock API out of libc.h, creating lock.h
this further reduces the number of source files which need to include libc.h and thereby be potentially exposed to libc global state and internals. this will also facilitate further improvements like adding an inline fast-path, if we want to do so later.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include "libc.h"
|
||||
#include "lock.h"
|
||||
#include "malloc_impl.h"
|
||||
|
||||
#define ALIGN 16
|
||||
|
||||
Reference in New Issue
Block a user