Removed blank line.

This commit is contained in:
Joel Sherrill
1998-03-20 16:28:36 +00:00
parent 7331714cf9
commit 725f310e09

View File

@@ -101,11 +101,11 @@ int unlink( const char *path )
char *getcwd( char *_buf, size_t _size)
{
/* assert( FALSE ); */
errno = ENOSYS;
return 0;
}
int fork() {
puts( "fork -- not supported!!!" );
assert( 0 );