forked from Imagelibrary/rtems
libcsupport: Revert documentation changes
This commit is contained in:
@@ -62,7 +62,7 @@ extern const rtems_filesystem_file_handlers_r rtems_filesystem_null_handlers;
|
|||||||
extern rtems_filesystem_mount_table_entry_t rtems_filesystem_null_mt_entry;
|
extern rtems_filesystem_mount_table_entry_t rtems_filesystem_null_mt_entry;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The Global NULL Location
|
* @brief The global null location.
|
||||||
*
|
*
|
||||||
* Every operation and the open and fstat handlers of this location returns an
|
* Every operation and the open and fstat handlers of this location returns an
|
||||||
* error status. The errno is not touched by these operations and handlers.
|
* error status. The errno is not touched by these operations and handlers.
|
||||||
@@ -194,7 +194,7 @@ void rtems_filesystem_location_clone(
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Returns the Type of a Node
|
* @brief Returns the type of a node.
|
||||||
*
|
*
|
||||||
* This function obtains and releases the file system instance lock.
|
* This function obtains and releases the file system instance lock.
|
||||||
*
|
*
|
||||||
@@ -773,7 +773,7 @@ void rtems_filesystem_eval_path_error(
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Checks that the Locations Exist in the Same File System Instance
|
* @brief Checks that the locations exist in the same file system instance.
|
||||||
*
|
*
|
||||||
* @retval 0 The locations exist and are in the same file system instance.
|
* @retval 0 The locations exist and are in the same file system instance.
|
||||||
* @retval -1 An error occured. The @c errno indicates the error.
|
* @retval -1 An error occured. The @c errno indicates the error.
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ rtems_status_code rtems_heap_extend(
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Greedy Allocate that Empties the Heap
|
* @brief Greedy allocate that empties the heap.
|
||||||
*
|
*
|
||||||
* Afterward the heap has at most @a block_count allocatable blocks of sizes
|
* Afterward the heap has at most @a block_count allocatable blocks of sizes
|
||||||
* specified by @a block_sizes. The @a block_sizes must point to an array with
|
* specified by @a block_sizes. The @a block_sizes must point to an array with
|
||||||
|
|||||||
Reference in New Issue
Block a user