Add kthread_suspend name mapping

This commit is contained in:
Joel Sherrill 2012-03-21 12:44:49 -05:00
parent cd07c7a538
commit 5373700fcd

View File

@ -274,6 +274,7 @@
#define kthread_add _bsd_kthread_add
#define kthread_exit _bsd_kthread_exit
#define kthread_start _bsd_kthread_start
#define kthread_suspend _bsd_kthread_suspend
#define malloc _bsd_malloc
#define malloc_init _bsd_malloc_init
#define malloc_uninit _bsd_malloc_uninit