forked from Imagelibrary/rtems
Removed blank line.
This commit is contained in:
@@ -101,11 +101,11 @@ int unlink( const char *path )
|
|||||||
|
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
int fork() {
|
int fork() {
|
||||||
puts( "fork -- not supported!!!" );
|
puts( "fork -- not supported!!!" );
|
||||||
assert( 0 );
|
assert( 0 );
|
||||||
|
|||||||
Reference in New Issue
Block a user