forked from Imagelibrary/rtems
2008-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxfile01/test.c: truncate on /dev/console now works.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* psxfile01/test.c: truncate on /dev/console now works.
|
||||
|
||||
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
|
||||
|
||||
@@ -481,7 +481,7 @@ int main(
|
||||
|
||||
/* try to truncate the console and see what happens */
|
||||
status = truncate( "/dev/console", 40 );
|
||||
assert(status == -1 );
|
||||
assert( status == 0 );
|
||||
|
||||
puts( "truncate /tmp/j to length of 0" );
|
||||
status = truncate( "/tmp/j", 0 );
|
||||
|
||||
Reference in New Issue
Block a user