mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2006-09-13 Joel Sherrill <joel@OARcorp.com>
* libnetworking/rtems/rtems_malloc_mbuf.c: Removed warning by adding prototype of malloc.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-09-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libnetworking/rtems/rtems_malloc_mbuf.c: Removed warning by adding
|
||||
prototype of malloc.
|
||||
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libmisc/mw-fb/mw_fb.c, libmisc/mw-fb/mw_fb.h, libmisc/mw-fb/mw_uid.c,
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
|
||||
void* rtems_bsdnet_malloc_mbuf(size_t size, int type)
|
||||
{
|
||||
extern void *malloc(size_t);
|
||||
return malloc(size);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user