mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 02:48:26 +08:00
doc: Note that rename() is only partially implemented.
Replacing of existing files is not supported. See #2169.
This commit is contained in:
committed by
Gedare Bloom
parent
7f1bb40aa1
commit
c53705c384
@@ -108,7 +108,7 @@ rmdir(), Function, Implemented
|
||||
@subsection Rename a File
|
||||
|
||||
@example
|
||||
rename(), Function, Implemented
|
||||
rename(), Function, Partial Implementation
|
||||
@end example
|
||||
|
||||
@section File Characteristics
|
||||
|
||||
@@ -101,6 +101,7 @@ putc(), Function, Implemented
|
||||
putchar(), Function, Implemented
|
||||
puts(), Function, Implemented
|
||||
remove(), Function, Implemented
|
||||
rename(), Function, Partial Implementation
|
||||
rewind(), Function, Implemented
|
||||
scanf(), Function, Implemented
|
||||
fscanf(), Function, Implemented
|
||||
|
||||
@@ -255,7 +255,7 @@ readdir(), Supported
|
||||
readdir_r(), Supported
|
||||
realloc(), Supported
|
||||
remove(), Supported
|
||||
rename(), Supported
|
||||
rename(), see note 2
|
||||
rewind(), Supported
|
||||
rewinddir(), Supported
|
||||
rmdir(), Supported
|
||||
|
||||
Reference in New Issue
Block a user