forked from Imagelibrary/rtems
fixed spacing
This commit is contained in:
@@ -72,7 +72,9 @@ int unlink( const char *path )
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *getcwd( char *_buf, size_t _size) {
|
char *getcwd( char *_buf, size_t _size)
|
||||||
|
{
|
||||||
|
|
||||||
/* assert( FALSE ); */
|
/* assert( FALSE ); */
|
||||||
errno = ENOSYS;
|
errno = ENOSYS;
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user