mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 17:48:05 +08:00
Add prototypes.
This commit is contained in:
@@ -39,7 +39,7 @@ extern void malloc_walk(size_t source, size_t printf_enabled);
|
||||
extern void libc_init(int reentrant);
|
||||
extern int host_errno(void);
|
||||
extern void fix_syscall_errno(void);
|
||||
extern size_t malloc_free_space();
|
||||
extern size_t malloc_free_space(void);
|
||||
|
||||
/*
|
||||
* Prototypes required to install newlib reentrancy user extension
|
||||
|
||||
@@ -246,9 +246,9 @@ int rtems_filesystem_evaluate_parent(
|
||||
rtems_filesystem_location_info_t *pathloc
|
||||
);
|
||||
|
||||
void rtems_filesystem_initialize();
|
||||
void rtems_filesystem_initialize(void);
|
||||
|
||||
int init_fs_mount_table();
|
||||
int init_fs_mount_table(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user