mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
@@ -1,3 +1,7 @@
|
||||
2003-09-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/open.c: Fix typo.
|
||||
|
||||
2003-09-02 Ilya Alexeev <ilya@continuum.ru>
|
||||
|
||||
PR 472/filesystem
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
* is in effect.
|
||||
* ENFILE - Too many files are open in the system.
|
||||
* ENOENT - O_CREAT is not set and and the anmed file does not exist,
|
||||
* or O_CREAT is set and eitehr the path prefix does not exist
|
||||
* or O_CREAT is set and either the path prefix does not exist
|
||||
* or the path argument points to an empty string.
|
||||
* ENOSPC - The directory or file system that would contain the new file
|
||||
* cannot be extended.
|
||||
|
||||
Reference in New Issue
Block a user