kernel: port sandbox components
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef SOCKS_QUEUE_H_
|
||||
#define SOCKS_QUEUE_H_
|
||||
|
||||
#include <string.h>
|
||||
#include <socks/libc/string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define QUEUE_CONTAINER(t, m, v) ((void *)((v) ? (uintptr_t)(v) - (offsetof(t, m)) : 0))
|
||||
|
||||
Reference in New Issue
Block a user