mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-27 20:55:28 +08:00
Add kthread_suspend name mapping
This commit is contained in:
parent
cd07c7a538
commit
5373700fcd
@ -274,6 +274,7 @@
|
|||||||
#define kthread_add _bsd_kthread_add
|
#define kthread_add _bsd_kthread_add
|
||||||
#define kthread_exit _bsd_kthread_exit
|
#define kthread_exit _bsd_kthread_exit
|
||||||
#define kthread_start _bsd_kthread_start
|
#define kthread_start _bsd_kthread_start
|
||||||
|
#define kthread_suspend _bsd_kthread_suspend
|
||||||
#define malloc _bsd_malloc
|
#define malloc _bsd_malloc
|
||||||
#define malloc_init _bsd_malloc_init
|
#define malloc_init _bsd_malloc_init
|
||||||
#define malloc_uninit _bsd_malloc_uninit
|
#define malloc_uninit _bsd_malloc_uninit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user