mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 00:37:04 +08:00
Move M_IOV to reduce dependencies
This commit is contained in:
@@ -36,8 +36,6 @@
|
|||||||
#include <freebsd/sys/mutex.h>
|
#include <freebsd/sys/mutex.h>
|
||||||
#include <freebsd/sys/malloc.h>
|
#include <freebsd/sys/malloc.h>
|
||||||
|
|
||||||
MALLOC_DEFINE(M_IOV, "iov", "large iov's");
|
|
||||||
|
|
||||||
void selrecord(struct thread *selector, struct selinfo *sip)
|
void selrecord(struct thread *selector, struct selinfo *sip)
|
||||||
{
|
{
|
||||||
BSD_PANIC("not implemented");
|
BSD_PANIC("not implemented");
|
||||||
|
@@ -35,6 +35,8 @@ MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");
|
|||||||
MALLOC_DEFINE(M_IP6OPT, "ip6opt", "IPv6 options");
|
MALLOC_DEFINE(M_IP6OPT, "ip6opt", "IPv6 options");
|
||||||
MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 Neighbor Discovery");
|
MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 Neighbor Discovery");
|
||||||
|
|
||||||
|
MALLOC_DEFINE(M_IOV, "iov", "large iov's");
|
||||||
|
|
||||||
void
|
void
|
||||||
malloc_init(void *data)
|
malloc_init(void *data)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user