Isolation: mount tmpfs by default.
This commit is contained in:
@@ -30,6 +30,16 @@ nxt_strlen(s) \
|
||||
strlen((char *) s)
|
||||
|
||||
|
||||
#define \
|
||||
nxt_strdup(s) \
|
||||
strdup((char *) s)
|
||||
|
||||
|
||||
#define \
|
||||
nxt_strchr(buf, delim) \
|
||||
(u_char *) strchr((char *) buf, delim)
|
||||
|
||||
|
||||
#define \
|
||||
nxt_memzero(buf, length) \
|
||||
(void) memset(buf, 0, length)
|
||||
|
||||
Reference in New Issue
Block a user