forked from Imagelibrary/rtems
@@ -1,3 +1,7 @@
|
|||||||
|
2003-09-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* src/open.c: Fix typo.
|
||||||
|
|
||||||
2003-09-02 Joel Sherrill <joel@OARcorp.com>
|
2003-09-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* src/malloc.c: Remove test define left in.
|
* src/malloc.c: Remove test define left in.
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
* is in effect.
|
* is in effect.
|
||||||
* ENFILE - Too many files are open in the system.
|
* ENFILE - Too many files are open in the system.
|
||||||
* ENOENT - O_CREAT is not set and and the anmed file does not exist,
|
* 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.
|
* or the path argument points to an empty string.
|
||||||
* ENOSPC - The directory or file system that would contain the new file
|
* ENOSPC - The directory or file system that would contain the new file
|
||||||
* cannot be extended.
|
* cannot be extended.
|
||||||
|
|||||||
Reference in New Issue
Block a user