fix pipe cleanup logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@786 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-07-27 14:58:36 +00:00
parent 7a555278f0
commit 3aaad0504c
4 changed files with 137 additions and 95 deletions
+1
View File
@@ -484,6 +484,7 @@ int user_start(int argc, char *argv[])
fprintf(stderr, "user_start: FIFO interlock test FAILED (%d)\n", ret);
return 7;
}
printf("user_start: PIPE interlock test PASSED\n");
fflush(stdout);
return 0;