mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 18:41:59 +08:00
Begin to trim rtems/ from include file paths - start with freebsd
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
#ifndef _SYS_MALLOC_HH_
|
||||
#define _SYS_MALLOC_HH_
|
||||
|
||||
#include <rtems/freebsd/sys/param.h>
|
||||
#include <rtems/freebsd/sys/queue.h>
|
||||
#include <rtems/freebsd/sys/_lock.h>
|
||||
#include <rtems/freebsd/sys/_mutex.h>
|
||||
#include <freebsd/sys/param.h>
|
||||
#include <freebsd/sys/queue.h>
|
||||
#include <freebsd/sys/_lock.h>
|
||||
#include <freebsd/sys/_mutex.h>
|
||||
|
||||
#define MINALLOCSIZE UMA_SMALLEST_UNIT
|
||||
|
||||
|
Reference in New Issue
Block a user