mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 20:05:17 +08:00
2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/malloc.h: Remove contigmalloc (non-implemented). Remove __P-guards from malloc, free.
This commit is contained in:
+5
-1
@@ -1,7 +1,11 @@
|
||||
2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/sys/malloc.h: Remove contigmalloc (non-implemented).
|
||||
Remove __P-guards from malloc, free.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* sapi/src/io.c: Fix spacing.
|
||||
|
||||
* sapi/include/confdefs.h: Enable includes needed for new objects.
|
||||
|
||||
2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
@@ -345,11 +345,8 @@ extern struct kmemusage *kmemusage;
|
||||
extern char *kmembase;
|
||||
extern struct kmembuckets bucket[];
|
||||
|
||||
void *contigmalloc __P((unsigned long size, int type, int flags,
|
||||
unsigned long low, unsigned long high,
|
||||
unsigned long alignment, unsigned long boundary));
|
||||
void free __P((void *addr, int type));
|
||||
void *malloc __P((unsigned long size, int type, int flags));
|
||||
void free (void *addr, int type);
|
||||
void *malloc (size_t size, int type, int flags);
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#endif /* !_SYS_MALLOC_H_ */
|
||||
|
||||
Reference in New Issue
Block a user